I had an interesting realization tonight: I'm terrified of hash tables. Specifically, my work on JRuby (and even more directly, my work optimizing JRuby) has made me terrified to ever consider using a ...
package dustin.examples; import org.apache.commons.lang.builder.ToStringBuilder; /** * A simple representation of a Person intended only to demonstrate Apache * Commons ToStringBuilder. * * @author ...