Package | Description |
---|---|
gnu.trove |
GNU Trove: High performance collections for Java.
|
Modifier and Type | Class and Description |
---|---|
class |
TIntByteHashMap
An open addressed Map implementation for int keys and byte values.
|
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<V>
An open addressed Map implementation for int keys and Object values.
|
class |
TIntShortHashMap
An open addressed Map implementation for int keys and short values.
|
Constructor and Description |
---|
TIntIterator(TIntHash hash)
Creates a TIntIterator for the elements in the specified collection.
|
GNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved.