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 interface
IntDeque
A linear collection that supports element insertion and removal at both ends.interface
IntIndexedContainer
An indexed container provides random access to elements based on anindex
.interface
IntSet
A set ofint
s.Classes in com.carrotsearch.hppc that implement IntCollection Modifier and Type Class Description (package private) class
AbstractIntCollection
Common superclass for collections.private class
ByteIntHashMap.ValuesContainer
A view over the set of values of this map.private class
CharIntHashMap.ValuesContainer
A view over the set of values of this map.private class
DoubleIntHashMap.ValuesContainer
A view over the set of values of this map.private class
FloatIntHashMap.ValuesContainer
A view over the set of values of this map.class
IntArrayDeque
An array-backedIntDeque
.class
IntArrayList
An array-backed list of ints.class
IntByteHashMap.KeysContainer
A view of the keys inside this hash map.class
IntCharHashMap.KeysContainer
A view of the keys inside this hash map.class
IntDoubleHashMap.KeysContainer
A view of the keys inside this hash map.class
IntFloatHashMap.KeysContainer
A view of the keys inside this hash map.class
IntHashSet
A hash set ofint
s, implemented using using open addressing with linear probing for collision resolution.class
IntIntHashMap.KeysContainer
A view of the keys inside this hash map.private class
IntIntHashMap.ValuesContainer
A view over the set of values of this map.class
IntLongHashMap.KeysContainer
A view of the keys inside this hash map.class
IntObjectHashMap.KeysContainer
A view of the keys inside this hash map.class
IntScatterSet
Same asIntHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.class
IntShortHashMap.KeysContainer
A view of the keys inside this hash map.class
IntStack
A subclass ofIntArrayList
adding stack-related utility methods.private class
LongIntHashMap.ValuesContainer
A view over the set of values of this map.private class
ObjectIntHashMap.ValuesContainer
A view over the set of values of this map.private class
ShortIntHashMap.ValuesContainer
A view over the set of values of this map.Methods in com.carrotsearch.hppc that return IntCollection Modifier and Type Method Description IntCollection
IntByteAssociativeContainer. keys()
Returns a collection of keys of this container.IntCollection
IntCharAssociativeContainer. keys()
Returns a collection of keys of this container.IntCollection
IntDoubleAssociativeContainer. keys()
Returns a collection of keys of this container.IntCollection
IntFloatAssociativeContainer. keys()
Returns a collection of keys of this container.IntCollection
IntIntAssociativeContainer. keys()
Returns a collection of keys of this container.IntCollection
IntLongAssociativeContainer. keys()
Returns a collection of keys of this container.IntCollection
IntObjectAssociativeContainer. keys()
Returns a collection of keys of this container.IntCollection
IntShortAssociativeContainer. keys()
Returns a collection of keys of this container.IntCollection
ByteIntHashMap. values()
IntCollection
CharIntHashMap. values()
IntCollection
DoubleIntHashMap. values()
IntCollection
FloatIntHashMap. values()
IntCollection
IntIntHashMap. values()
IntCollection
LongIntHashMap. values()
IntCollection
ObjectIntHashMap. values()
IntCollection
ShortIntHashMap. values()
-