Uses of Interface
com.carrotsearch.hppc.IntCollection
Packages that use IntCollection
-
Uses of IntCollection in com.carrotsearch.hppc
Subinterfaces of IntCollection 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 ofints.Classes in com.carrotsearch.hppc that implement IntCollectionModifier 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.classAn array-backedIntDeque.classAn array-backed list of ints.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 ofints, implemented using using open addressing with linear probing for collision resolution.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.final classA view of the keys inside this hash map.classSame asIntHashSetbut 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 ofIntArrayListadding 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.private final classA view over the set of values of this map.Methods in com.carrotsearch.hppc that return IntCollectionModifier and TypeMethodDescriptionIntByteAssociativeContainer.keys()Returns a collection of keys of this container.IntCharAssociativeContainer.keys()Returns a collection of keys of this container.IntDoubleAssociativeContainer.keys()Returns a collection of keys of this container.IntFloatAssociativeContainer.keys()Returns a collection of keys of this container.IntIntAssociativeContainer.keys()Returns a collection of keys of this container.IntLongAssociativeContainer.keys()Returns a collection of keys of this container.IntObjectAssociativeContainer.keys()Returns a collection of keys of this container.IntShortAssociativeContainer.keys()Returns a collection of keys of this container.ByteIntHashMap.values()CharIntHashMap.values()DoubleIntHashMap.values()FloatIntHashMap.values()IntIntHashMap.values()LongIntHashMap.values()ObjectIntHashMap.values()ShortIntHashMap.values()