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