| Package | Description |
|---|---|
| gnu.trove | |
| gnu.trove.decorator |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Set<java.lang.Short> |
Decorators.wrap(TShortHashSet set) |
Wrap the given set in a decorator that uses the standard
Set
interface. |
| Modifier and Type | Field | Description |
|---|---|---|
protected TShortHashSet |
TShortHashSetDecorator._set |
the wrapped primitive set
|
| Modifier and Type | Method | Description |
|---|---|---|
TShortHashSet |
TShortHashSetDecorator.getSet() |
Returns a reference to the set wrapped by this decorator.
|
| Constructor | Description |
|---|---|
TShortHashSetDecorator(TShortHashSet set) |
Creates a wrapper that decorates the specified primitive set.
|
GNU Trove is copyright ? 2001-2009 Eric D. Friedman. All Rights Reserved.