Uses of Class
gnu.trove.TIntHash

Packages that use TIntHash
gnu.trove   
 

Uses of TIntHash in gnu.trove
 

Subclasses of TIntHash in gnu.trove
 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.
 

Fields in gnu.trove declared as TIntHash
private  TIntHash TIntIterator._hash
          the collection on which the iterator operates
 

Constructors in gnu.trove with parameters of type TIntHash
TIntIterator(TIntHash hash)
          Creates a TIntIterator for the elements in the specified collection.