GNU Trove

Uses of Class
gnu.trove.TDoubleHashSet

Packages that use TDoubleHashSet
gnu.trove GNU Trove: High performance collections for Java. 
gnu.trove.decorator GNU Trove: Decorators for java.util.{Map,Set} compatability 
 

Uses of TDoubleHashSet in gnu.trove
 

Methods in gnu.trove with parameters of type TDoubleHashSet
static java.util.Set<java.lang.Double> Decorators.wrap(TDoubleHashSet set)
          Wrap the given set in a decorator that uses the standard Set interface.
 

Uses of TDoubleHashSet in gnu.trove.decorator
 

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

Methods in gnu.trove.decorator that return TDoubleHashSet
 TDoubleHashSet TDoubleHashSetDecorator.getSet()
          Returns a reference to the set wrapped by this decorator.
 

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


GNU Trove

GNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved.