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 TypeInterfaceDescriptioninterface
A linear collection that supports element insertion and removal at both ends.interface
An indexed container provides random access to elements based on anindex
.interface
A set ofint
s.Classes in com.carrotsearch.hppc that implement IntCollectionModifier and TypeClassDescription(package private) class
Common superclass for collections.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.class
An array-backedIntDeque
.class
An array-backed list of ints.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.class
A hash set ofint
s, implemented using using open addressing with linear probing for collision resolution.final class
A view of the keys inside this hash map.private final class
A view over the set of values of this map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.class
Same asIntHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.final class
A view of the keys inside this hash map.class
A subclass ofIntArrayList
adding stack-related utility methods.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A 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()