Crayon Red = ...;
This is from Sun's The Java Tutorial (Chapter 6 Generics) - There's no explanation as to what it means, although it is similar to the varargs construct that's used when passing parameters to a method.The 2 situations seems to be different though - this is an initialization not a methods signature declaration. Can somebody please explain?

