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