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?

[349 byte] By [thousea] at [2007-11-27 6:09:01]
# 1
What? I don't understand the question. How is Crayon Red related to the question? What is a quote within your question?Kaj
kajbja at 2007-7-12 17:12:13 > top of Java-index,Java Essentials,New To Java...
# 2
I just don't understand what it means when you instantiate a class and assign it a value of '...' - what does that mean?
thousea at 2007-7-12 17:12:13 > top of Java-index,Java Essentials,New To Java...
# 3
They're probably trying to indicate that you assign it to any value, without specifying one.
hunter9000a at 2007-7-12 17:12:13 > top of Java-index,Java Essentials,New To Java...
# 4
> I just don't understand what it means when you> instantiate a class and assign it a value of '...' -> what does that mean?It isn't valid Java code. It's just part of declaration.
kajbja at 2007-7-12 17:12:13 > top of Java-index,Java Essentials,New To Java...