Uses of Class
gnu.trove.TByteHashSet

Packages that use TByteHashSet
gnu.trove.decorator   
 

Uses of TByteHashSet in gnu.trove.decorator
 

Fields in gnu.trove.decorator declared as TByteHashSet
protected  TByteHashSet TByteHashSetDecorator._set
          the wrapped primitive set
 

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