Uses of Interface
com.carrotsearch.hppc.LongCollection
-
Packages that use LongCollection Package Description com.carrotsearch.hppc -
-
Uses of LongCollection in com.carrotsearch.hppc
Subinterfaces of LongCollection in com.carrotsearch.hppc Modifier and Type Interface Description interfaceLongDequeA linear collection that supports element insertion and removal at both ends.interfaceLongIndexedContainerAn indexed container provides random access to elements based on anindex.interfaceLongSetA set oflongs.Classes in com.carrotsearch.hppc that implement LongCollection Modifier and Type Class Description (package private) classAbstractLongCollectionCommon superclass for collections.private classByteLongHashMap.ValuesContainerA view over the set of values of this map.private classCharLongHashMap.ValuesContainerA view over the set of values of this map.private classDoubleLongHashMap.ValuesContainerA view over the set of values of this map.private classFloatLongHashMap.ValuesContainerA view over the set of values of this map.private classIntLongHashMap.ValuesContainerA view over the set of values of this map.classLongArrayDequeAn array-backedLongDeque.classLongArrayListAn array-backed list of longs.classLongByteHashMap.KeysContainerA view of the keys inside this hash map.classLongCharHashMap.KeysContainerA view of the keys inside this hash map.classLongDoubleHashMap.KeysContainerA view of the keys inside this hash map.classLongFloatHashMap.KeysContainerA view of the keys inside this hash map.classLongHashSetA hash set oflongs, implemented using using open addressing with linear probing for collision resolution.classLongIntHashMap.KeysContainerA view of the keys inside this hash map.classLongLongHashMap.KeysContainerA view of the keys inside this hash map.private classLongLongHashMap.ValuesContainerA view over the set of values of this map.classLongObjectHashMap.KeysContainerA view of the keys inside this hash map.classLongScatterSetSame asLongHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classLongShortHashMap.KeysContainerA view of the keys inside this hash map.classLongStackA subclass ofLongArrayListadding stack-related utility methods.private classObjectLongHashMap.ValuesContainerA view over the set of values of this map.private classShortLongHashMap.ValuesContainerA view over the set of values of this map.Methods in com.carrotsearch.hppc that return LongCollection Modifier and Type Method Description LongCollectionLongByteAssociativeContainer. keys()Returns a collection of keys of this container.LongCollectionLongCharAssociativeContainer. keys()Returns a collection of keys of this container.LongCollectionLongDoubleAssociativeContainer. keys()Returns a collection of keys of this container.LongCollectionLongFloatAssociativeContainer. keys()Returns a collection of keys of this container.LongCollectionLongIntAssociativeContainer. keys()Returns a collection of keys of this container.LongCollectionLongLongAssociativeContainer. keys()Returns a collection of keys of this container.LongCollectionLongObjectAssociativeContainer. keys()Returns a collection of keys of this container.LongCollectionLongShortAssociativeContainer. keys()Returns a collection of keys of this container.LongCollectionByteLongHashMap. values()LongCollectionCharLongHashMap. values()LongCollectionDoubleLongHashMap. values()LongCollectionFloatLongHashMap. values()LongCollectionIntLongHashMap. values()LongCollectionLongLongHashMap. values()LongCollectionObjectLongHashMap. values()LongCollectionShortLongHashMap. values()
-