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