Uses of Class
com.carrotsearch.hppc.ByteArrayDeque
Packages that use ByteArrayDeque
-
Uses of ByteArrayDeque in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return ByteArrayDequeModifier and TypeMethodDescriptionByteArrayDeque.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 ByteArrayDequeModifier and TypeMethodDescriptionprotected boolean
ByteArrayDeque.equalElements
(ByteArrayDeque other) Compare order-aligned elements against anotherByteDeque
.