Using this list for storing ints is much faster than creating java.lang.Integer objects and storing them in an ArrayList.
This list is not synchronized and does not implement the full List interface. In fact, this list can only be used to add new values or to clear the complete list. @author Thomas Morgner
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|