|
GNU Trove | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TIntHashSet | |
---|---|
gnu.trove | GNU Trove: High performance collections for Java. |
gnu.trove.decorator | GNU Trove: Decorators for java.util.{Map,Set} compatability |
Uses of TIntHashSet in gnu.trove |
---|
Methods in gnu.trove with parameters of type TIntHashSet | |
---|---|
static java.util.Set<java.lang.Integer> |
Decorators.wrap(TIntHashSet set)
Wrap the given set in a decorator that uses the standard Set
interface. |
Uses of TIntHashSet in gnu.trove.decorator |
---|
Fields in gnu.trove.decorator declared as TIntHashSet | |
---|---|
protected TIntHashSet |
TIntHashSetDecorator._set
the wrapped primitive set |
Methods in gnu.trove.decorator that return TIntHashSet | |
---|---|
TIntHashSet |
TIntHashSetDecorator.getSet()
Returns a reference to the set wrapped by this decorator. |
Constructors in gnu.trove.decorator with parameters of type TIntHashSet | |
---|---|
TIntHashSetDecorator(TIntHashSet set)
Creates a wrapper that decorates the specified primitive set. |
|
GNU Trove | |||||||||
PREV NEXT | FRAMES NO FRAMES |