Uses of Class
com.carrotsearch.hppc.CharArrayDeque
-
Packages that use CharArrayDeque Package Description com.carrotsearch.hppc -
-
Uses of CharArrayDeque in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return CharArrayDeque Modifier and Type Method Description CharArrayDeque
CharArrayDeque. 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 CharArrayDeque Modifier and Type Method Description protected boolean
CharArrayDeque. equalElements(CharArrayDeque other)
Compare order-aligned elements against anotherCharDeque
.
-