Uses of Interface
com.carrotsearch.hppc.IntCollection
-
Packages that use IntCollection Package Description com.carrotsearch.hppc -
-
Uses of IntCollection in com.carrotsearch.hppc
Subinterfaces of IntCollection in com.carrotsearch.hppc Modifier and Type Interface Description interfaceIntDequeA linear collection that supports element insertion and removal at both ends.interfaceIntIndexedContainerAn indexed container provides random access to elements based on anindex.interfaceIntSetA set ofints.Classes in com.carrotsearch.hppc that implement IntCollection Modifier and Type Class Description (package private) classAbstractIntCollectionCommon superclass for collections.private classByteIntHashMap.ValuesContainerA view over the set of values of this map.private classCharIntHashMap.ValuesContainerA view over the set of values of this map.private classDoubleIntHashMap.ValuesContainerA view over the set of values of this map.private classFloatIntHashMap.ValuesContainerA view over the set of values of this map.classIntArrayDequeAn array-backedIntDeque.classIntArrayListAn array-backed list of ints.classIntByteHashMap.KeysContainerA view of the keys inside this hash map.classIntCharHashMap.KeysContainerA view of the keys inside this hash map.classIntDoubleHashMap.KeysContainerA view of the keys inside this hash map.classIntFloatHashMap.KeysContainerA view of the keys inside this hash map.classIntHashSetA hash set ofints, implemented using using open addressing with linear probing for collision resolution.classIntIntHashMap.KeysContainerA view of the keys inside this hash map.private classIntIntHashMap.ValuesContainerA view over the set of values of this map.classIntLongHashMap.KeysContainerA view of the keys inside this hash map.classIntObjectHashMap.KeysContainerA view of the keys inside this hash map.classIntScatterSetSame asIntHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classIntShortHashMap.KeysContainerA view of the keys inside this hash map.classIntStackA subclass ofIntArrayListadding stack-related utility methods.private classLongIntHashMap.ValuesContainerA view over the set of values of this map.private classObjectIntHashMap.ValuesContainerA view over the set of values of this map.private classShortIntHashMap.ValuesContainerA view over the set of values of this map.Methods in com.carrotsearch.hppc that return IntCollection Modifier and Type Method Description IntCollectionIntByteAssociativeContainer. keys()Returns a collection of keys of this container.IntCollectionIntCharAssociativeContainer. keys()Returns a collection of keys of this container.IntCollectionIntDoubleAssociativeContainer. keys()Returns a collection of keys of this container.IntCollectionIntFloatAssociativeContainer. keys()Returns a collection of keys of this container.IntCollectionIntIntAssociativeContainer. keys()Returns a collection of keys of this container.IntCollectionIntLongAssociativeContainer. keys()Returns a collection of keys of this container.IntCollectionIntObjectAssociativeContainer. keys()Returns a collection of keys of this container.IntCollectionIntShortAssociativeContainer. keys()Returns a collection of keys of this container.IntCollectionByteIntHashMap. values()IntCollectionCharIntHashMap. values()IntCollectionDoubleIntHashMap. values()IntCollectionFloatIntHashMap. values()IntCollectionIntIntHashMap. values()IntCollectionLongIntHashMap. values()IntCollectionObjectIntHashMap. values()IntCollectionShortIntHashMap. values()
-