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