Uses of Class
com.aoapps.collections.LongArrayList
-
-
Uses of LongArrayList in com.aoapps.collections
Subclasses of LongArrayList in com.aoapps.collections Modifier and Type Class Description classSortedLongArrayListASortedLongArrayListstores is elements in numerical order and provides means of quickly locating objects.Methods in com.aoapps.collections that return LongArrayList Modifier and Type Method Description static LongArrayListAoCollections. newLongArrayList(int elements)Creates a newLongArrayListwith a capacity large enough to contain the given number of elements without growing.static LongArrayListAoCollections. newLongArrayList(Integer elements)Creates a newLongArrayListwith a capacity large enough to contain the given number of elements without growing.
-