| Package | Description |
|---|---|
| gnu.trove.decorator |
GNU Trove: Decorators for java.util.{Map,Set} compatability
|
| Modifier and Type | Field and Description |
|---|---|
protected TShortHashSet |
TShortHashSetDecorator._set
the wrapped primitive set
|
| Modifier and Type | Method and Description |
|---|---|
TShortHashSet |
TShortHashSetDecorator.getSet()
Returns a reference to the set wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TShortHashSetDecorator(TShortHashSet
Creates a wrapper that decorates the specified primitive set.
|