Uses of Class
gnu.trove.TLongHashSet

Packages that use TLongHashSet
gnu.trove.decorator   
 

Uses of TLongHashSet in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TLongHashSet
protected  TLongHashSet TLongHashSetDecorator._set
          the wrapped primitive set
 

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