Uses of Class
gnu.trove.TByteHashSet
-
Packages that use TByteHashSet Package Description gnu.trove gnu.trove.decorator -
-
Uses of TByteHashSet in gnu.trove
Methods in gnu.trove with parameters of type TByteHashSet Modifier and Type Method Description static java.util.Set<java.lang.Byte>
Decorators. wrap(TByteHashSet set)
Wrap the given set in a decorator that uses the standardSet
interface. -
Uses of TByteHashSet in gnu.trove.decorator
Fields in gnu.trove.decorator declared as TByteHashSet Modifier and Type Field Description protected TByteHashSet
TByteHashSetDecorator. _set
the wrapped primitive setMethods in gnu.trove.decorator that return TByteHashSet Modifier and Type Method Description TByteHashSet
TByteHashSetDecorator. getSet()
Returns a reference to the set wrapped by this decorator.Constructors in gnu.trove.decorator with parameters of type TByteHashSet Constructor Description TByteHashSetDecorator(TByteHashSet set)
Creates a wrapper that decorates the specified primitive set.
-