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