Uses of Class
com.carrotsearch.hppc.LongArrayList
Packages that use LongArrayList
-
Uses of LongArrayList in com.carrotsearch.hppc
Subclasses of LongArrayList in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
A subclass ofLongArrayList
adding stack-related utility methods.Methods in com.carrotsearch.hppc that return LongArrayListModifier and TypeMethodDescriptionLongArrayList.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 LongArrayListModifier and TypeMethodDescriptionprotected boolean
LongArrayList.equalElements
(LongArrayList other) Compare index-aligned elements against anotherLongIndexedContainer
.