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.