| Package | Description |
|---|---|
| gnu.trove |
| Modifier and Type | Class and Description |
|---|---|
class |
TIntDoubleHashMap
An open addressed Map implementation for int keys and double values.
|
class |
TIntFloatHashMap
An open addressed Map implementation for int keys and float values.
|
class |
TIntHashSet
An open addressed set implementation for int primitives.
|
class |
TIntIntHashMap
An open addressed Map implementation for int keys and int values.
|
class |
TIntLongHashMap
An open addressed Map implementation for int keys and long values.
|
class |
TIntObjectHashMap
An open addressed Map implementation for int keys and Object values.
|
| Modifier and Type | Field and Description |
|---|---|
private TIntHash |
TIntIterator._hash
the collection on which the iterator operates
|
| Constructor and Description |
|---|
TIntIterator(TIntHash hash)
Creates a TIntIterator for the elements in the specified collection.
|