What is Double Brace initialization syntax in Java?
|
|
Note that an effect of using this double brace initialisation is that you're creating anonymous inner classes. The created class has an implicit |
|||
|
|
|
For a fun application of double brace initialization, see here Dwemthy’s Array in Java. An excerpt
And now, be prepared for the |
|||||||||
|
|
It's - among other uses - a shortcut for initializing collections. Learn more ... |
|||||
|
|
This would appear to be the same as the with keyword so popular in flash and vbscript. It's a method of changing what |
|||
|
|
|
you mean something like this?
it's an array list initialization in creation time (hack) |
|||
|
|