... until the collector arrives ...

This "blog" is really just a scratchpad of mine. There is not much of general interest here. Most of the content is scribbled down "live" as I discover things I want to remember. I rarely go back to correct mistakes in older entries. You have been warned :)

2006-05-03

Generic Arrays in Java

Java 1.5 does not support arrays of generic types well (e.g. MyType<Thing>[]).  Avoid them.  See section 7.3 of the Java generics tutorial.

Blog Archive