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