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 ShortArrayDequeShortArrayDeque. clone()Clone this object.static ShortArrayDequeShortArrayDeque. 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 booleanShortArrayDeque. equalElements(ShortArrayDeque other)Compare order-aligned elements against anotherShortDeque.
-