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 LongArrayDequeLongArrayDeque. clone()Clone this object.static LongArrayDequeLongArrayDeque. 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 booleanLongArrayDeque. equalElements(LongArrayDeque other)Compare order-aligned elements against anotherLongDeque.
-