Uses of Class
com.carrotsearch.hppc.ObjectArrayDeque
Packages that use ObjectArrayDeque
-
Uses of ObjectArrayDeque in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return ObjectArrayDequeModifier and TypeMethodDescriptionObjectArrayDeque.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 ObjectArrayDequeModifier and TypeMethodDescriptionprotected booleanObjectArrayDeque.equalElements(ObjectArrayDeque<?> other) Compare order-aligned elements against anotherObjectDeque.