Uses of Interface
com.carrotsearch.hppc.ShortCollection
-
Packages that use ShortCollection Package Description com.carrotsearch.hppc -
-
Uses of ShortCollection in com.carrotsearch.hppc
Subinterfaces of ShortCollection in com.carrotsearch.hppc Modifier and Type Interface Description interfaceShortDequeA linear collection that supports element insertion and removal at both ends.interfaceShortIndexedContainerAn indexed container provides random access to elements based on anindex.interfaceShortSetA set ofshorts.Classes in com.carrotsearch.hppc that implement ShortCollection Modifier and Type Class Description (package private) classAbstractShortCollectionCommon superclass for collections.private classByteShortHashMap.ValuesContainerA view over the set of values of this map.private classCharShortHashMap.ValuesContainerA view over the set of values of this map.private classDoubleShortHashMap.ValuesContainerA view over the set of values of this map.private classFloatShortHashMap.ValuesContainerA view over the set of values of this map.private classIntShortHashMap.ValuesContainerA view over the set of values of this map.private classLongShortHashMap.ValuesContainerA view over the set of values of this map.private classObjectShortHashMap.ValuesContainerA view over the set of values of this map.classShortArrayDequeAn array-backedShortDeque.classShortArrayListAn array-backed list of shorts.classShortByteHashMap.KeysContainerA view of the keys inside this hash map.classShortCharHashMap.KeysContainerA view of the keys inside this hash map.classShortDoubleHashMap.KeysContainerA view of the keys inside this hash map.classShortFloatHashMap.KeysContainerA view of the keys inside this hash map.classShortHashSetA hash set ofshorts, implemented using using open addressing with linear probing for collision resolution.classShortIntHashMap.KeysContainerA view of the keys inside this hash map.classShortLongHashMap.KeysContainerA view of the keys inside this hash map.classShortObjectHashMap.KeysContainerA view of the keys inside this hash map.classShortScatterSetSame asShortHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classShortShortHashMap.KeysContainerA view of the keys inside this hash map.private classShortShortHashMap.ValuesContainerA view over the set of values of this map.classShortStackA subclass ofShortArrayListadding stack-related utility methods.Methods in com.carrotsearch.hppc that return ShortCollection Modifier and Type Method Description ShortCollectionShortByteAssociativeContainer. keys()Returns a collection of keys of this container.ShortCollectionShortCharAssociativeContainer. keys()Returns a collection of keys of this container.ShortCollectionShortDoubleAssociativeContainer. keys()Returns a collection of keys of this container.ShortCollectionShortFloatAssociativeContainer. keys()Returns a collection of keys of this container.ShortCollectionShortIntAssociativeContainer. keys()Returns a collection of keys of this container.ShortCollectionShortLongAssociativeContainer. keys()Returns a collection of keys of this container.ShortCollectionShortObjectAssociativeContainer. keys()Returns a collection of keys of this container.ShortCollectionShortShortAssociativeContainer. keys()Returns a collection of keys of this container.ShortCollectionByteShortHashMap. values()ShortCollectionCharShortHashMap. values()ShortCollectionDoubleShortHashMap. values()ShortCollectionFloatShortHashMap. values()ShortCollectionIntShortHashMap. values()ShortCollectionLongShortHashMap. values()ShortCollectionObjectShortHashMap. values()ShortCollectionShortShortHashMap. values()
-