JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.carrotsearch.hppc.LongStack
Packages that use
LongStack
Package
Description
com.carrotsearch.hppc
Uses of
LongStack
in
com.carrotsearch.hppc
Methods in
com.carrotsearch.hppc
that return
LongStack
Modifier and Type
Method
Description
LongStack
LongStack.
clone
()
Clone this object.
static
LongStack
LongStack.
from
(long... elements)
Create a stack by pushing a variable number of arguments to it.