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 IntArrayDeque
IntArrayDeque. clone()
Clone this object.static IntArrayDeque
IntArrayDeque. 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 boolean
IntArrayDeque. equalElements(IntArrayDeque other)
Compare order-aligned elements against anotherIntDeque
.
-