| 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 TFloatSet |
TCollections.synchronizedSet(TFloatSet
Returns a synchronized (thread-safe) Trove set backed by the specified set.
|
static TFloatSet |
TCollections.unmodifiableSet(TFloatSet
Returns an unmodifiable view of the specified Trove primitive set.
|
| Modifier and Type | Method and Description |
|---|---|
static TFloatSet |
TCollections.synchronizedSet(TFloatSet
Returns a synchronized (thread-safe) Trove set backed by the specified set.
|
static TFloatSet |
TCollections.unmodifiableSet(TFloatSet
Returns an unmodifiable view of the specified Trove primitive set.
|
static Set |
TDecorators.wrap(TFloatSet
Wrap the given set in a decorator that uses the standard
Set interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TFloatSet |
TFloatSetDecorator._set
the wrapped primitive set
|
| Modifier and Type | Method and Description |
|---|---|
TFloatSet |
TFloatSetDecorator.getSet()
Returns a reference to the set wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TFloatSetDecorator(TFloatSet
Creates a wrapper that decorates the specified primitive set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedFloatSet
|
| Modifier and Type | Method and Description |
|---|---|
TFloatSet |
TSynchronizedFloatObjectMap.keySet()
|
TFloatSet |
TSynchronizedFloatLongMap.keySet()
|
TFloatSet |
TSynchronizedFloatShortMap.keySet()
|
TFloatSet |
TSynchronizedFloatByteMap.keySet()
|
TFloatSet |
TSynchronizedFloatCharMap.keySet()
|
TFloatSet |
TSynchronizedFloatIntMap.keySet()
|
TFloatSet |
TSynchronizedFloatDoubleMap.keySet()
|
TFloatSet |
TSynchronizedFloatFloatMap.keySet()
|
| Constructor and Description | |
|---|---|
TSynchronizedFloatSet(TFloatSet
|
|
TSynchronizedFloatSet(TFloatSet
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableFloatSet
|
| Modifier and Type | Method and Description |
|---|---|
TFloatSet |
TUnmodifiableFloatDoubleMap.keySet()
|
TFloatSet |
TUnmodifiableFloatFloatMap.keySet()
|
TFloatSet |
TUnmodifiableFloatByteMap.keySet()
|
TFloatSet |
TUnmodifiableFloatShortMap.keySet()
|
TFloatSet |
TUnmodifiableFloatIntMap.keySet()
|
TFloatSet |
TUnmodifiableFloatCharMap.keySet()
|
TFloatSet |
TUnmodifiableFloatObjectMap.keySet()
|
TFloatSet |
TUnmodifiableFloatLongMap.keySet()
|
| Constructor and Description | |
|---|---|
TUnmodifiableFloatSet(TFloatSet
|
| Modifier and Type | Method and Description |
|---|---|
TFloatSet |
TFloatShortMap.keySet()
Returns the keys of the map as a
TFloatSet
|
TFloatSet |
TFloatCharMap.keySet()
Returns the keys of the map as a
TFloatSet
|
TFloatSet |
TFloatIntMap.keySet()
Returns the keys of the map as a
TFloatSet
|
TFloatSet |
TFloatByteMap.keySet()
Returns the keys of the map as a
TFloatSet
|
TFloatSet |
TFloatObjectMap.keySet()
Returns a
TFloatSet view of the keys contained in this map.
|
TFloatSet |
TFloatFloatMap.keySet()
Returns the keys of the map as a
TFloatSet
|
TFloatSet |
TFloatLongMap.keySet()
Returns the keys of the map as a
TFloatSet
|
TFloatSet |
TFloatDoubleMap.keySet()
Returns the keys of the map as a
TFloatSet
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TFloatByteHashMap
a view onto the keys of the map.
|
protected class |
TFloatCharHashMap
a view onto the keys of the map.
|
protected class |
TFloatDoubleHashMap
a view onto the keys of the map.
|
protected class |
TFloatFloatHashMap
a view onto the keys of the map.
|
protected class |
TFloatIntHashMap
a view onto the keys of the map.
|
protected class |
TFloatLongHashMap
a view onto the keys of the map.
|
protected class |
TFloatShortHashMap
a view onto the keys of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TFloatSet |
TFloatLongHashMap.keySet()
Returns the keys of the map as a
TFloatSet
|
TFloatSet |
TFloatByteHashMap.keySet()
Returns the keys of the map as a
TFloatSet
|
TFloatSet |
TFloatIntHashMap.keySet()
Returns the keys of the map as a
TFloatSet
|
TFloatSet |
TFloatFloatHashMap.keySet()
Returns the keys of the map as a
TFloatSet
|
TFloatSet |
TFloatObjectHashMap.keySet()
Returns a
TFloatSet view of the keys contained in this map.
|
TFloatSet |
TFloatShortHashMap.keySet()
Returns the keys of the map as a
TFloatSet
|
TFloatSet |
TFloatDoubleHashMap.keySet()
Returns the keys of the map as a
TFloatSet
|
TFloatSet |
TFloatCharHashMap.keySet()
Returns the keys of the map as a
TFloatSet
|
| Modifier and Type | Class and Description |
|---|---|
class |
TFloatHashSet
An open addressed set implementation for float primitives.
|