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 interfaceCharDequeA linear collection that supports element insertion and removal at both ends.interfaceCharIndexedContainerAn indexed container provides random access to elements based on anindex.interfaceCharSetA set ofchars.Classes in com.carrotsearch.hppc that implement CharCollection Modifier and Type Class Description (package private) classAbstractCharCollectionCommon superclass for collections.private classByteCharHashMap.ValuesContainerA view over the set of values of this map.classCharArrayDequeAn array-backedCharDeque.classCharArrayListAn array-backed list of chars.classCharByteHashMap.KeysContainerA view of the keys inside this hash map.classCharCharHashMap.KeysContainerA view of the keys inside this hash map.private classCharCharHashMap.ValuesContainerA view over the set of values of this map.classCharDoubleHashMap.KeysContainerA view of the keys inside this hash map.classCharFloatHashMap.KeysContainerA view of the keys inside this hash map.classCharHashSetA hash set ofchars, implemented using using open addressing with linear probing for collision resolution.classCharIntHashMap.KeysContainerA view of the keys inside this hash map.classCharLongHashMap.KeysContainerA view of the keys inside this hash map.classCharObjectHashMap.KeysContainerA view of the keys inside this hash map.classCharScatterSetSame asCharHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classCharShortHashMap.KeysContainerA view of the keys inside this hash map.classCharStackA subclass ofCharArrayListadding stack-related utility methods.private classDoubleCharHashMap.ValuesContainerA view over the set of values of this map.private classFloatCharHashMap.ValuesContainerA view over the set of values of this map.private classIntCharHashMap.ValuesContainerA view over the set of values of this map.private classLongCharHashMap.ValuesContainerA view over the set of values of this map.private classObjectCharHashMap.ValuesContainerA view over the set of values of this map.private classShortCharHashMap.ValuesContainerA view over the set of values of this map.Methods in com.carrotsearch.hppc that return CharCollection Modifier and Type Method Description CharCollectionCharByteAssociativeContainer. keys()Returns a collection of keys of this container.CharCollectionCharCharAssociativeContainer. keys()Returns a collection of keys of this container.CharCollectionCharDoubleAssociativeContainer. keys()Returns a collection of keys of this container.CharCollectionCharFloatAssociativeContainer. keys()Returns a collection of keys of this container.CharCollectionCharIntAssociativeContainer. keys()Returns a collection of keys of this container.CharCollectionCharLongAssociativeContainer. keys()Returns a collection of keys of this container.CharCollectionCharObjectAssociativeContainer. keys()Returns a collection of keys of this container.CharCollectionCharShortAssociativeContainer. keys()Returns a collection of keys of this container.CharCollectionByteCharHashMap. values()CharCollectionCharCharHashMap. values()CharCollectionDoubleCharHashMap. values()CharCollectionFloatCharHashMap. values()CharCollectionIntCharHashMap. values()CharCollectionLongCharHashMap. values()CharCollectionObjectCharHashMap. values()CharCollectionShortCharHashMap. values()
-