| 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 TDoubleSet |
TCollections.synchronizedSet(TDoubleSet
Returns a synchronized (thread-safe) Trove set backed by the specified set.
|
static TDoubleSet |
TCollections.unmodifiableSet(TDoubleSet
Returns an unmodifiable view of the specified Trove primitive set.
|
| Modifier and Type | Method and Description |
|---|---|
static TDoubleSet |
TCollections.synchronizedSet(TDoubleSet
Returns a synchronized (thread-safe) Trove set backed by the specified set.
|
static TDoubleSet |
TCollections.unmodifiableSet(TDoubleSet
Returns an unmodifiable view of the specified Trove primitive set.
|
static Set |
TDecorators.wrap(TDoubleSet
Wrap the given set in a decorator that uses the standard
Set interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TDoubleSet |
TDoubleSetDecorator._set
the wrapped primitive set
|
| Modifier and Type | Method and Description |
|---|---|
TDoubleSet |
TDoubleSetDecorator.getSet()
Returns a reference to the set wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TDoubleSetDecorator(TDoubleSet
Creates a wrapper that decorates the specified primitive set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedDoubleSet
|
| Modifier and Type | Method and Description |
|---|---|
TDoubleSet |
TSynchronizedDoubleObjectMap.keySet()
|
TDoubleSet |
TSynchronizedDoubleDoubleMap.keySet()
|
TDoubleSet |
TSynchronizedDoubleShortMap.keySet()
|
TDoubleSet |
TSynchronizedDoubleFloatMap.keySet()
|
TDoubleSet |
TSynchronizedDoubleLongMap.keySet()
|
TDoubleSet |
TSynchronizedDoubleCharMap.keySet()
|
TDoubleSet |
TSynchronizedDoubleByteMap.keySet()
|
TDoubleSet |
TSynchronizedDoubleIntMap.keySet()
|
| Constructor and Description | |
|---|---|
TSynchronizedDoubleSet(TDoubleSet
|
|
TSynchronizedDoubleSet(TDoubleSet
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableDoubleSet
|
| Modifier and Type | Method and Description |
|---|---|
TDoubleSet |
TUnmodifiableDoubleIntMap.keySet()
|
TDoubleSet |
TUnmodifiableDoubleLongMap.keySet()
|
TDoubleSet |
TUnmodifiableDoubleByteMap.keySet()
|
TDoubleSet |
TUnmodifiableDoubleDoubleMap.keySet()
|
TDoubleSet |
TUnmodifiableDoubleShortMap.keySet()
|
TDoubleSet |
TUnmodifiableDoubleFloatMap.keySet()
|
TDoubleSet |
TUnmodifiableDoubleCharMap.keySet()
|
TDoubleSet |
TUnmodifiableDoubleObjectMap.keySet()
|
| Constructor and Description | |
|---|---|
TUnmodifiableDoubleSet(TDoubleSet
|
| Modifier and Type | Method and Description |
|---|---|
TDoubleSet |
TDoubleShortMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
TDoubleSet |
TDoubleFloatMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
TDoubleSet |
TDoubleIntMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
TDoubleSet |
TDoubleDoubleMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
TDoubleSet |
TDoubleByteMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
TDoubleSet |
TDoubleObjectMap.keySet()
Returns a
TDoubleSet view of the keys contained in this map.
|
TDoubleSet |
TDoubleLongMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
TDoubleSet |
TDoubleCharMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TDoubleByteHashMap
a view onto the keys of the map.
|
protected class |
TDoubleCharHashMap
a view onto the keys of the map.
|
protected class |
TDoubleDoubleHashMap
a view onto the keys of the map.
|
protected class |
TDoubleFloatHashMap
a view onto the keys of the map.
|
protected class |
TDoubleIntHashMap
a view onto the keys of the map.
|
protected class |
TDoubleLongHashMap
a view onto the keys of the map.
|
protected class |
TDoubleShortHashMap
a view onto the keys of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TDoubleSet |
TDoubleDoubleHashMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
TDoubleSet |
TDoubleByteHashMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
TDoubleSet |
TDoubleLongHashMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
TDoubleSet |
TDoubleObjectHashMap.keySet()
Returns a
TDoubleSet view of the keys contained in this map.
|
TDoubleSet |
TDoubleFloatHashMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
TDoubleSet |
TDoubleShortHashMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
TDoubleSet |
TDoubleCharHashMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
TDoubleSet |
TDoubleIntHashMap.keySet()
Returns the keys of the map as a
TDoubleSet
|
| Modifier and Type | Class and Description |
|---|---|
class |
TDoubleHashSet
An open addressed set implementation for double primitives.
|