Uses of Class
gnu.trove.TDoubleHashSet

Packages that use TDoubleHashSet
gnu.trove.decorator   
 

Uses of TDoubleHashSet in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TDoubleHashSet
protected  TDoubleHashSet TDoubleHashSetDecorator._set
          the wrapped primitive set
 

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