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 ShortStackShortStack. clone()Clone this object.static ShortStackShortStack. from(short... elements)Create a stack by pushing a variable number of arguments to it.
-