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