| Package | Description |
|---|---|
| gnu.trove | |
| gnu.trove.decorator | |
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash | |
| gnu.trove.set.hash |
| Modifier and Type | Method and Description |
|---|---|
static TIntSet |
TCollections.synchronizedSet(TIntSet
Returns a synchronized (thread-safe) Trove set backed by the specified set.
|
static TIntSet |
TCollections.unmodifiableSet(TIntSet
Returns an unmodifiable view of the specified Trove primitive set.
|
| Modifier and Type | Method and Description |
|---|---|
static TIntSet |
TCollections.synchronizedSet(TIntSet
Returns a synchronized (thread-safe) Trove set backed by the specified set.
|
static TIntSet |
TCollections.unmodifiableSet(TIntSet
Returns an unmodifiable view of the specified Trove primitive set.
|
static Set |
TDecorators.wrap(TIntSet
Wrap the given set in a decorator that uses the standard
Set interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TIntSet |
TIntSetDecorator._set
the wrapped primitive set
|
| Modifier and Type | Method and Description |
|---|---|
TIntSet |
TIntSetDecorator.getSet()
Returns a reference to the set wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TIntSetDecorator(TIntSet
Creates a wrapper that decorates the specified primitive set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedIntSet
|
| Modifier and Type | Method and Description |
|---|---|
TIntSet |
TSynchronizedIntIntMap.keySet()
|
TIntSet |
TSynchronizedIntByteMap.keySet()
|
TIntSet |
TSynchronizedIntCharMap.keySet()
|
TIntSet |
TSynchronizedIntDoubleMap.keySet()
|
TIntSet |
TSynchronizedIntShortMap.keySet()
|
TIntSet |
TSynchronizedIntObjectMap.keySet()
|
TIntSet |
TSynchronizedIntFloatMap.keySet()
|
TIntSet |
TSynchronizedIntLongMap.keySet()
|
| Constructor and Description | |
|---|---|
TSynchronizedIntSet(TIntSet
|
|
TSynchronizedIntSet(TIntSet
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableIntSet
|
| Modifier and Type | Method and Description |
|---|---|
TIntSet |
TUnmodifiableIntDoubleMap.keySet()
|
TIntSet |
TUnmodifiableIntByteMap.keySet()
|
TIntSet |
TUnmodifiableIntLongMap.keySet()
|
TIntSet |
TUnmodifiableIntFloatMap.keySet()
|
TIntSet |
TUnmodifiableIntCharMap.keySet()
|
TIntSet |
TUnmodifiableIntObjectMap.keySet()
|
TIntSet |
TUnmodifiableIntShortMap.keySet()
|
TIntSet |
TUnmodifiableIntIntMap.keySet()
|
| Constructor and Description | |
|---|---|
TUnmodifiableIntSet(TIntSet
|
| Modifier and Type | Method and Description |
|---|---|
TIntSet |
TIntIntMap.keySet()
Returns the keys of the map as a
TIntSet
|
TIntSet |
TIntObjectMap.keySet()
Returns a
TIntSet view of the keys contained in this map.
|
TIntSet |
TIntFloatMap.keySet()
Returns the keys of the map as a
TIntSet
|
TIntSet |
TIntByteMap.keySet()
Returns the keys of the map as a
TIntSet
|
TIntSet |
TIntCharMap.keySet()
Returns the keys of the map as a
TIntSet
|
TIntSet |
TIntDoubleMap.keySet()
Returns the keys of the map as a
TIntSet
|
TIntSet |
TIntShortMap.keySet()
Returns the keys of the map as a
TIntSet
|
TIntSet |
TIntLongMap.keySet()
Returns the keys of the map as a
TIntSet
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TIntByteHashMap
a view onto the keys of the map.
|
protected class |
TIntCharHashMap
a view onto the keys of the map.
|
protected class |
TIntDoubleHashMap
a view onto the keys of the map.
|
protected class |
TIntFloatHashMap
a view onto the keys of the map.
|
protected class |
TIntIntHashMap
a view onto the keys of the map.
|
protected class |
TIntLongHashMap
a view onto the keys of the map.
|
protected class |
TIntShortHashMap
a view onto the keys of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TIntSet |
TIntShortHashMap.keySet()
Returns the keys of the map as a
TIntSet
|
TIntSet |
TIntByteHashMap.keySet()
Returns the keys of the map as a
TIntSet
|
TIntSet |
TIntObjectHashMap.keySet()
Returns a
TIntSet view of the keys contained in this map.
|
TIntSet |
TIntFloatHashMap.keySet()
Returns the keys of the map as a
TIntSet
|
TIntSet |
TIntDoubleHashMap.keySet()
Returns the keys of the map as a
TIntSet
|
TIntSet |
TIntIntHashMap.keySet()
Returns the keys of the map as a
TIntSet
|
TIntSet |
TIntCharHashMap.keySet()
Returns the keys of the map as a
TIntSet
|
TIntSet |
TIntLongHashMap.keySet()
Returns the keys of the map as a
TIntSet
|
| Modifier and Type | Class and Description |
|---|---|
class |
TIntHashSet
An open addressed set implementation for int primitives.
|