ArrayAllocator ::= |
( LinkedList )? |
Used by: |
In addition to the "formal" array creation by new operator, this is the more commonly used array initialization. Initializers can be embedded in other initializers to create multi-dimensional array.
The
A LinkedList can be initialized the same way by preceding with its keyword.