Uses of Class
com.carrotsearch.hppc.IntArrayDeque
-
Packages that use IntArrayDeque Package Description com.carrotsearch.hppc -
-
Uses of IntArrayDeque in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return IntArrayDeque Modifier and Type Method Description IntArrayDequeIntArrayDeque. clone()Clone this object.static IntArrayDequeIntArrayDeque. from(int... 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 IntArrayDeque Modifier and Type Method Description protected booleanIntArrayDeque. equalElements(IntArrayDeque other)Compare order-aligned elements against anotherIntDeque.
-