Uses of Interface
com.carrotsearch.hppc.LongCollection
Packages that use LongCollection
-
Uses of LongCollection in com.carrotsearch.hppc
Subinterfaces of LongCollection 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 oflongs.Classes in com.carrotsearch.hppc that implement LongCollectionModifier 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.classAn array-backedLongDeque.classAn array-backed list of longs.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 oflongs, 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.private final classA view over the set of values of this map.final classA view of the keys inside this hash map.classSame asLongHashSetbut 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 ofLongArrayListadding 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.Methods in com.carrotsearch.hppc that return LongCollectionModifier and TypeMethodDescriptionLongByteAssociativeContainer.keys()Returns a collection of keys of this container.LongCharAssociativeContainer.keys()Returns a collection of keys of this container.LongDoubleAssociativeContainer.keys()Returns a collection of keys of this container.LongFloatAssociativeContainer.keys()Returns a collection of keys of this container.LongIntAssociativeContainer.keys()Returns a collection of keys of this container.LongLongAssociativeContainer.keys()Returns a collection of keys of this container.LongObjectAssociativeContainer.keys()Returns a collection of keys of this container.LongShortAssociativeContainer.keys()Returns a collection of keys of this container.ByteLongHashMap.values()CharLongHashMap.values()DoubleLongHashMap.values()FloatLongHashMap.values()IntLongHashMap.values()LongLongHashMap.values()ObjectLongHashMap.values()ShortLongHashMap.values()