|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntCollection | |
---|---|
com.carrotsearch.hppc | High Performance Primitive Collections (HPPC) library provides
typical data structures (lists, stacks, maps)
template-generated for all Java primitive types
(byte , int , etc.) to conserve
memory and boost performance. |
Uses of IntCollection in com.carrotsearch.hppc |
---|
Subinterfaces of IntCollection in com.carrotsearch.hppc | |
---|---|
interface |
IntDeque
A double-linked queue of int s. |
interface |
IntIndexedContainer
An indexed container provides random access to elements based on an index . |
interface |
IntSet
A set of int s. |
Classes in com.carrotsearch.hppc that implement IntCollection | |
---|---|
class |
IntArrayDeque
An array-backed deque (doubly linked queue) of ints. |
class |
IntArrayList
An array-backed list of ints. |
class |
IntByteOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
IntCharOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
IntDoubleLinkedSet
A double-linked set of int values. |
class |
IntDoubleOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
IntFloatOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
IntIntOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
IntLongOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
IntObjectOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
IntOpenHashSet
A hash set of int s, implemented using using open
addressing with linear probing for collision resolution. |
class |
IntShortOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
IntStack
An extension to ObjectArrayList adding stack-related utility methods. |
Methods in com.carrotsearch.hppc that return IntCollection | |
---|---|
IntCollection |
IntShortAssociativeContainer.keys()
Returns a collection of keys of this container. |
IntCollection |
IntCharAssociativeContainer.keys()
Returns a collection of keys of this container. |
IntCollection |
IntLongAssociativeContainer.keys()
Returns a collection of keys of this container. |
IntCollection |
IntByteAssociativeContainer.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 |
IntObjectAssociativeContainer.keys()
Returns a collection of keys of this container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |