long
values.
@see org.apache.commons.collections.primitives.adapters.LongListList
@see org.apache.commons.collections.primitives.adapters.ListLongList
@since Commons Primitives 1.0
@version $Revision: 1.3 $ $Date: 2003/10/16 20:49:36 $
@author Rodney Waldhoff
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|