Uses of Interface
com.carrotsearch.hppc.CharCollection
Packages that use CharCollection
-
Uses of CharCollection in com.carrotsearch.hppc
Subinterfaces of CharCollection in com.carrotsearch.hppcModifier and TypeInterfaceDescriptioninterfaceA linear collection that supports element insertion and removal at both ends.interfaceAn indexed container provides random access to elements based on anindex.interfaceA set ofchars.Classes in com.carrotsearch.hppc that implement CharCollectionModifier and TypeClassDescription(package private) classCommon superclass for collections.private final classA view over the set of values of this map.classAn array-backedCharDeque.classAn array-backed list of chars.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.private final classA view over the set of values of this map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.classA hash set ofchars, implemented using using open addressing with linear probing for collision resolution.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.classSame asCharHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.final classA view of the keys inside this hash map.classA subclass ofCharArrayListadding stack-related utility methods.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.Methods in com.carrotsearch.hppc that return CharCollectionModifier and TypeMethodDescriptionCharByteAssociativeContainer.keys()Returns a collection of keys of this container.CharCharAssociativeContainer.keys()Returns a collection of keys of this container.CharDoubleAssociativeContainer.keys()Returns a collection of keys of this container.CharFloatAssociativeContainer.keys()Returns a collection of keys of this container.CharIntAssociativeContainer.keys()Returns a collection of keys of this container.CharLongAssociativeContainer.keys()Returns a collection of keys of this container.CharObjectAssociativeContainer.keys()Returns a collection of keys of this container.CharShortAssociativeContainer.keys()Returns a collection of keys of this container.ByteCharHashMap.values()CharCharHashMap.values()DoubleCharHashMap.values()FloatCharHashMap.values()IntCharHashMap.values()LongCharHashMap.values()ObjectCharHashMap.values()ShortCharHashMap.values()