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