Uses of Class
com.carrotsearch.hppc.LongStack
-
Packages that use LongStack Package Description com.carrotsearch.hppc -
-
Uses of LongStack in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return LongStack Modifier and Type Method Description LongStackLongStack. clone()Clone this object.static LongStackLongStack. from(long... elements)Create a stack by pushing a variable number of arguments to it.
-