Uses of Class
com.carrotsearch.hppc.LongArrayDeque
-
Packages that use LongArrayDeque Package Description com.carrotsearch.hppc -
-
Uses of LongArrayDeque in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return LongArrayDeque Modifier and Type Method Description LongArrayDeque
LongArrayDeque. clone()
Clone this object.static LongArrayDeque
LongArrayDeque. from(long... elements)
Create a new deque by pushing a variable number of arguments to the end of it.Methods in com.carrotsearch.hppc with parameters of type LongArrayDeque Modifier and Type Method Description protected boolean
LongArrayDeque. equalElements(LongArrayDeque other)
Compare order-aligned elements against anotherLongDeque
.
-