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