| 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 TCharSet |
TCollections.synchronizedSet(TCharSet
Returns a synchronized (thread-safe) Trove set backed by the specified set.
|
static TCharSet |
TCollections.unmodifiableSet(TCharSet
Returns an unmodifiable view of the specified Trove primitive set.
|
| Modifier and Type | Method and Description |
|---|---|
static TCharSet |
TCollections.synchronizedSet(TCharSet
Returns a synchronized (thread-safe) Trove set backed by the specified set.
|
static TCharSet |
TCollections.unmodifiableSet(TCharSet
Returns an unmodifiable view of the specified Trove primitive set.
|
static Set |
TDecorators.wrap(TCharSet
Wrap the given set in a decorator that uses the standard
Set interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TCharSet |
TCharSetDecorator._set
the wrapped primitive set
|
| Modifier and Type | Method and Description |
|---|---|
TCharSet |
TCharSetDecorator.getSet()
Returns a reference to the set wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TCharSetDecorator(TCharSet
Creates a wrapper that decorates the specified primitive set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedCharSet
|
| Modifier and Type | Method and Description |
|---|---|
TCharSet |
TSynchronizedCharDoubleMap.keySet()
|
TCharSet |
TSynchronizedCharFloatMap.keySet()
|
TCharSet |
TSynchronizedCharByteMap.keySet()
|
TCharSet |
TSynchronizedCharObjectMap.keySet()
|
TCharSet |
TSynchronizedCharIntMap.keySet()
|
TCharSet |
TSynchronizedCharCharMap.keySet()
|
TCharSet |
TSynchronizedCharShortMap.keySet()
|
TCharSet |
TSynchronizedCharLongMap.keySet()
|
| Constructor and Description | |
|---|---|
TSynchronizedCharSet(TCharSet
|
|
TSynchronizedCharSet(TCharSet
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableCharSet
|
| Modifier and Type | Method and Description |
|---|---|
TCharSet |
TUnmodifiableCharObjectMap.keySet()
|
TCharSet |
TUnmodifiableCharLongMap.keySet()
|
TCharSet |
TUnmodifiableCharByteMap.keySet()
|
TCharSet |
TUnmodifiableCharIntMap.keySet()
|
TCharSet |
TUnmodifiableCharDoubleMap.keySet()
|
TCharSet |
TUnmodifiableCharFloatMap.keySet()
|
TCharSet |
TUnmodifiableCharShortMap.keySet()
|
TCharSet |
TUnmodifiableCharCharMap.keySet()
|
| Constructor and Description | |
|---|---|
TUnmodifiableCharSet(TCharSet
|
| Modifier and Type | Method and Description |
|---|---|
TCharSet |
TCharLongMap.keySet()
Returns the keys of the map as a
TCharSet
|
TCharSet |
TCharObjectMap.keySet()
Returns a
TCharSet view of the keys contained in this map.
|
TCharSet |
TCharDoubleMap.keySet()
Returns the keys of the map as a
TCharSet
|
TCharSet |
TCharByteMap.keySet()
Returns the keys of the map as a
TCharSet
|
TCharSet |
TCharShortMap.keySet()
Returns the keys of the map as a
TCharSet
|
TCharSet |
TCharFloatMap.keySet()
Returns the keys of the map as a
TCharSet
|
TCharSet |
TCharCharMap.keySet()
Returns the keys of the map as a
TCharSet
|
TCharSet |
TCharIntMap.keySet()
Returns the keys of the map as a
TCharSet
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TCharByteHashMap
a view onto the keys of the map.
|
protected class |
TCharCharHashMap
a view onto the keys of the map.
|
protected class |
TCharDoubleHashMap
a view onto the keys of the map.
|
protected class |
TCharFloatHashMap
a view onto the keys of the map.
|
protected class |
TCharIntHashMap
a view onto the keys of the map.
|
protected class |
TCharLongHashMap
a view onto the keys of the map.
|
protected class |
TCharShortHashMap
a view onto the keys of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TCharSet |
TCharObjectHashMap.keySet()
Returns a
TCharSet view of the keys contained in this map.
|
TCharSet |
TCharLongHashMap.keySet()
Returns the keys of the map as a
TCharSet
|
TCharSet |
TCharShortHashMap.keySet()
Returns the keys of the map as a
TCharSet
|
TCharSet |
TCharByteHashMap.keySet()
Returns the keys of the map as a
TCharSet
|
TCharSet |
TCharFloatHashMap.keySet()
Returns the keys of the map as a
TCharSet
|
TCharSet |
TCharCharHashMap.keySet()
Returns the keys of the map as a
TCharSet
|
TCharSet |
TCharDoubleHashMap.keySet()
Returns the keys of the map as a
TCharSet
|
TCharSet |
TCharIntHashMap.keySet()
Returns the keys of the map as a
TCharSet
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCharHashSet
An open addressed set implementation for char primitives.
|