Uses of Class
com.carrotsearch.hppc.CharArrayList
Packages that use CharArrayList
-
Uses of CharArrayList in com.carrotsearch.hppc
Subclasses of CharArrayList in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
A subclass ofCharArrayList
adding stack-related utility methods.Methods in com.carrotsearch.hppc that return CharArrayListModifier and TypeMethodDescriptionCharArrayList.clone()
Clone this object.static CharArrayList
CharArrayList.from
(char... elements) Create a list from a variable number of arguments or an array ofchar
.Methods in com.carrotsearch.hppc with parameters of type CharArrayListModifier and TypeMethodDescriptionprotected boolean
CharArrayList.equalElements
(CharArrayList other) Compare index-aligned elements against anotherCharIndexedContainer
.