Uses of Interface
com.carrotsearch.hppc.ShortCollection
Packages that use ShortCollection
-
Uses of ShortCollection in com.carrotsearch.hppc
Subinterfaces of ShortCollection 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 ofshorts.Classes in com.carrotsearch.hppc that implement ShortCollectionModifier and TypeClassDescription(package private) classCommon superclass for collections.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.private final classA view over the set of values of this map.classAn array-backedShortDeque.classAn array-backed list of shorts.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.final classA view of the keys inside this hash map.classA hash set ofshorts, 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 asShortHashSetbut 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.private final classA view over the set of values of this map.classA subclass ofShortArrayListadding stack-related utility methods.Methods in com.carrotsearch.hppc that return ShortCollectionModifier and TypeMethodDescriptionShortByteAssociativeContainer.keys()Returns a collection of keys of this container.ShortCharAssociativeContainer.keys()Returns a collection of keys of this container.ShortDoubleAssociativeContainer.keys()Returns a collection of keys of this container.ShortFloatAssociativeContainer.keys()Returns a collection of keys of this container.ShortIntAssociativeContainer.keys()Returns a collection of keys of this container.ShortLongAssociativeContainer.keys()Returns a collection of keys of this container.ShortObjectAssociativeContainer.keys()Returns a collection of keys of this container.ShortShortAssociativeContainer.keys()Returns a collection of keys of this container.ByteShortHashMap.values()CharShortHashMap.values()DoubleShortHashMap.values()FloatShortHashMap.values()IntShortHashMap.values()LongShortHashMap.values()ObjectShortHashMap.values()ShortShortHashMap.values()