Current Mood:
amused
44 comments | Leave a comment
![]() | You are viewing Log in Create a LiveJournal Account Learn more | Explore LJ Culture Entertainment Life Music News & Politics Technology |
We were all watching the video for TMBG's Mesopotamians on YouTube. Well, that's what Erik and I were watching, anyway.
public class Outer {
private Outer() {
// Utility class - Only static methods
}
public static List parse(String input) {
List results = new ArrayList();
....
for (...) {
// creating inner class from static context below
// http://forum.java.sun.com/thread.jspa?threadID=557955&messageID=2738373
Inner inner = new Outer().new Inner();
...
results.add(inner);
}
}
public class Inner {
...
}
}
On Saturday night we burned a big brushpile.
If you have a choice, take this condition over black lung.
We saw this red-tailed hawk swoop down and grab a snake by the side of the road. Then he flew back to a dead tree and ate it.
Wildlife abounds on and around the farm. This doe was waiting over a rise on the way back from West Musquash Lake. She couldn't smell us and could barely see us, and posed for a few minutes.