Uses of Class
com.carrotsearch.hppc.CharArrayDeque
Packages that use CharArrayDeque
-
Uses of CharArrayDeque in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return CharArrayDequeModifier and TypeMethodDescriptionCharArrayDeque.clone()
Clone this object.static CharArrayDeque
CharArrayDeque.from
(char... 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 CharArrayDequeModifier and TypeMethodDescriptionprotected boolean
CharArrayDeque.equalElements
(CharArrayDeque other) Compare order-aligned elements against anotherCharDeque
.