Uses of Class
gnu.trove.TIntHashSet

Packages that use TIntHashSet
gnu.trove.decorator   
 

Uses of TIntHashSet in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TIntHashSet
protected  TIntHashSet TIntHashSetDecorator._set
          the wrapped primitive set
 

Constructors in gnu.trove.decorator with parameters of type TIntHashSet
TIntHashSetDecorator(TIntHashSet set)
          Creates a wrapper that decorates the specified primitive set.