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 CharArrayDequeCharArrayDeque. clone()Clone this object.static CharArrayDequeCharArrayDeque. 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 booleanCharArrayDeque. equalElements(CharArrayDeque other)Compare order-aligned elements against anotherCharDeque.
-