Very simple question, I think. How do I initialise an ArrayList called time.
Thanks.
|
Very simple question, I think. How do I initialise an Thanks. |
||||
|
This depends on what you mean by initialize. To simply initialize the variable
(replace If you want to put stuff in the list, you could do
You could also do
or by using an instance initializer
|
|||||||
|
|
You can then build your
But if all you need is a
|
|||
|
|
|||||
|
|
< 1.5 jdk
gt or eq 1.5 jdk
|
|||||
|
|
Alternative: Using Google Collections, you could write:
You could even specify the initial contents of
|
|||
|
|
duckduckgofunny domain – Rakesh Juyal Nov 18 '10 at 9:30