Uses of Interface
com.carrotsearch.hppc.CharCollection
-
Packages that use CharCollection Package Description com.carrotsearch.hppc -
-
Uses of CharCollection in com.carrotsearch.hppc
Subinterfaces of CharCollection in com.carrotsearch.hppc Modifier and Type Interface Description interface
CharDeque
A linear collection that supports element insertion and removal at both ends.interface
CharIndexedContainer
An indexed container provides random access to elements based on anindex
.interface
CharSet
A set ofchar
s.Classes in com.carrotsearch.hppc that implement CharCollection Modifier and Type Class Description (package private) class
AbstractCharCollection
Common superclass for collections.private class
ByteCharHashMap.ValuesContainer
A view over the set of values of this map.class
CharArrayDeque
An array-backedCharDeque
.class
CharArrayList
An array-backed list of chars.class
CharByteHashMap.KeysContainer
A view of the keys inside this hash map.class
CharCharHashMap.KeysContainer
A view of the keys inside this hash map.private class
CharCharHashMap.ValuesContainer
A view over the set of values of this map.class
CharDoubleHashMap.KeysContainer
A view of the keys inside this hash map.class
CharFloatHashMap.KeysContainer
A view of the keys inside this hash map.class
CharHashSet
A hash set ofchar
s, implemented using using open addressing with linear probing for collision resolution.class
CharIntHashMap.KeysContainer
A view of the keys inside this hash map.class
CharLongHashMap.KeysContainer
A view of the keys inside this hash map.class
CharObjectHashMap.KeysContainer
A view of the keys inside this hash map.class
CharScatterSet
Same asCharHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.class
CharShortHashMap.KeysContainer
A view of the keys inside this hash map.class
CharStack
A subclass ofCharArrayList
adding stack-related utility methods.private class
DoubleCharHashMap.ValuesContainer
A view over the set of values of this map.private class
FloatCharHashMap.ValuesContainer
A view over the set of values of this map.private class
IntCharHashMap.ValuesContainer
A view over the set of values of this map.private class
LongCharHashMap.ValuesContainer
A view over the set of values of this map.private class
ObjectCharHashMap.ValuesContainer
A view over the set of values of this map.private class
ShortCharHashMap.ValuesContainer
A view over the set of values of this map.Methods in com.carrotsearch.hppc that return CharCollection Modifier and Type Method Description CharCollection
CharByteAssociativeContainer. keys()
Returns a collection of keys of this container.CharCollection
CharCharAssociativeContainer. keys()
Returns a collection of keys of this container.CharCollection
CharDoubleAssociativeContainer. keys()
Returns a collection of keys of this container.CharCollection
CharFloatAssociativeContainer. keys()
Returns a collection of keys of this container.CharCollection
CharIntAssociativeContainer. keys()
Returns a collection of keys of this container.CharCollection
CharLongAssociativeContainer. keys()
Returns a collection of keys of this container.CharCollection
CharObjectAssociativeContainer. keys()
Returns a collection of keys of this container.CharCollection
CharShortAssociativeContainer. keys()
Returns a collection of keys of this container.CharCollection
ByteCharHashMap. values()
CharCollection
CharCharHashMap. values()
CharCollection
DoubleCharHashMap. values()
CharCollection
FloatCharHashMap. values()
CharCollection
IntCharHashMap. values()
CharCollection
LongCharHashMap. values()
CharCollection
ObjectCharHashMap. values()
CharCollection
ShortCharHashMap. values()
-