Package | Description |
---|---|
gnu.trove |
GNU Trove: High performance collections for Java.
|
gnu.trove.decorator |
GNU Trove: Decorators for java.util.{Map,Set} compatability
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.lang.Float> |
Decorators.wrap(TFloatHashSet set)
Wrap the given set in a decorator that uses the standard
Set
interface. |
Modifier and Type | Field and Description |
---|---|
protected TFloatHashSet |
TFloatHashSetDecorator._set
the wrapped primitive set
|
Modifier and Type | Method and Description |
---|---|
TFloatHashSet |
TFloatHashSetDecorator.getSet()
Returns a reference to the set wrapped by this decorator.
|
Constructor and Description |
---|
TFloatHashSetDecorator(TFloatHashSet set)
Creates a wrapper that decorates the specified primitive set.
|
GNU Trove is copyright ? 2001-2009 Eric D. Friedman. All Rights Reserved.