| 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 TLongSet |
TCollections.synchronizedSet(TLongSet
Returns a synchronized (thread-safe) Trove set backed by the specified set.
|
static TLongSet |
TCollections.unmodifiableSet(TLongSet
Returns an unmodifiable view of the specified Trove primitive set.
|
| Modifier and Type | Method and Description |
|---|---|
static TLongSet |
TCollections.synchronizedSet(TLongSet
Returns a synchronized (thread-safe) Trove set backed by the specified set.
|
static TLongSet |
TCollections.unmodifiableSet(TLongSet
Returns an unmodifiable view of the specified Trove primitive set.
|
static Set |
TDecorators.wrap(TLongSet
Wrap the given set in a decorator that uses the standard
Set interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TLongSet |
TLongSetDecorator._set
the wrapped primitive set
|
| Modifier and Type | Method and Description |
|---|---|
TLongSet |
TLongSetDecorator.getSet()
Returns a reference to the set wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TLongSetDecorator(TLongSet
Creates a wrapper that decorates the specified primitive set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedLongSet
|
| Modifier and Type | Method and Description |
|---|---|
TLongSet |
TSynchronizedLongCharMap.keySet()
|
TLongSet |
TSynchronizedLongObjectMap.keySet()
|
TLongSet |
TSynchronizedLongIntMap.keySet()
|
TLongSet |
TSynchronizedLongDoubleMap.keySet()
|
TLongSet |
TSynchronizedLongShortMap.keySet()
|
TLongSet |
TSynchronizedLongFloatMap.keySet()
|
TLongSet |
TSynchronizedLongLongMap.keySet()
|
TLongSet |
TSynchronizedLongByteMap.keySet()
|
| Constructor and Description | |
|---|---|
TSynchronizedLongSet(TLongSet
|
|
TSynchronizedLongSet(TLongSet
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableLongSet
|
| Modifier and Type | Method and Description |
|---|---|
TLongSet |
TUnmodifiableLongByteMap.keySet()
|
TLongSet |
TUnmodifiableLongLongMap.keySet()
|
TLongSet |
TUnmodifiableLongCharMap.keySet()
|
TLongSet |
TUnmodifiableLongDoubleMap.keySet()
|
TLongSet |
TUnmodifiableLongObjectMap.keySet()
|
TLongSet |
TUnmodifiableLongFloatMap.keySet()
|
TLongSet |
TUnmodifiableLongIntMap.keySet()
|
TLongSet |
TUnmodifiableLongShortMap.keySet()
|
| Constructor and Description | |
|---|---|
TUnmodifiableLongSet(TLongSet
|
| Modifier and Type | Method and Description |
|---|---|
TLongSet |
TLongLongMap.keySet()
Returns the keys of the map as a
TLongSet
|
TLongSet |
TLongByteMap.keySet()
Returns the keys of the map as a
TLongSet
|
TLongSet |
TLongShortMap.keySet()
Returns the keys of the map as a
TLongSet
|
TLongSet |
TLongDoubleMap.keySet()
Returns the keys of the map as a
TLongSet
|
TLongSet |
TLongObjectMap.keySet()
Returns a
TLongSet view of the keys contained in this map.
|
TLongSet |
TLongFloatMap.keySet()
Returns the keys of the map as a
TLongSet
|
TLongSet |
TLongIntMap.keySet()
Returns the keys of the map as a
TLongSet
|
TLongSet |
TLongCharMap.keySet()
Returns the keys of the map as a
TLongSet
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TLongByteHashMap
a view onto the keys of the map.
|
protected class |
TLongCharHashMap
a view onto the keys of the map.
|
protected class |
TLongDoubleHashMap
a view onto the keys of the map.
|
protected class |
TLongFloatHashMap
a view onto the keys of the map.
|
protected class |
TLongIntHashMap
a view onto the keys of the map.
|
protected class |
TLongLongHashMap
a view onto the keys of the map.
|
protected class |
TLongShortHashMap
a view onto the keys of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TLongSet |
TLongShortHashMap.keySet()
Returns the keys of the map as a
TLongSet
|
TLongSet |
TLongFloatHashMap.keySet()
Returns the keys of the map as a
TLongSet
|
TLongSet |
TLongObjectHashMap.keySet()
Returns a
TLongSet view of the keys contained in this map.
|
TLongSet |
TLongLongHashMap.keySet()
Returns the keys of the map as a
TLongSet
|
TLongSet |
TLongDoubleHashMap.keySet()
Returns the keys of the map as a
TLongSet
|
TLongSet |
TLongIntHashMap.keySet()
Returns the keys of the map as a
TLongSet
|
TLongSet |
TLongCharHashMap.keySet()
Returns the keys of the map as a
TLongSet
|
TLongSet |
TLongByteHashMap.keySet()
Returns the keys of the map as a
TLongSet
|
| Modifier and Type | Class and Description |
|---|---|
class |
TLongHashSet
An open addressed set implementation for long primitives.
|