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