Uses of Class
com.carrotsearch.hppc.LongArrayList
-
Packages that use LongArrayList Package Description com.carrotsearch.hppc -
-
Uses of LongArrayList in com.carrotsearch.hppc
Subclasses of LongArrayList in com.carrotsearch.hppc Modifier and Type Class Description class
LongStack
A subclass ofLongArrayList
adding stack-related utility methods.Methods in com.carrotsearch.hppc that return LongArrayList Modifier and Type Method Description LongArrayList
LongArrayList. clone()
Clone this object.static LongArrayList
LongArrayList. from(long... elements)
Create a list from a variable number of arguments or an array oflong
.Methods in com.carrotsearch.hppc with parameters of type LongArrayList Modifier and Type Method Description protected boolean
LongArrayList. equalElements(LongArrayList other)
Compare index-aligned elements against anotherLongIndexedContainer
.
-