| Modifier and Type | Method and Description |
|---|---|
static TLongCollection |
TCollections.synchronizedCollection(TLongCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TLongCollection |
TCollections.unmodifiableCollection(TLongCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongCollection.addAll(TLongCollection
Adds all of the elements in the
TLongCollection to the collection.
|
boolean |
TLongCollection.containsAll(TLongCollection
Tests the collection to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongCollection.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the collection.
|
boolean |
TLongCollection.retainAll(TLongCollection
Removes any values in the collection which are not contained in
TLongCollection.
|
static TLongCollection |
TCollections.synchronizedCollection(TLongCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TLongCollection |
TCollections.unmodifiableCollection(TLongCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedLongCollection
|
class |
TSynchronizedLongList
|
class |
TSynchronizedLongSet
|
class |
TSynchronizedRandomAccessLongList
|
| Modifier and Type | Method and Description |
|---|---|
TLongCollection |
TSynchronizedFloatLongMap.valueCollection()
|
TLongCollection |
TSynchronizedShortLongMap.valueCollection()
|
TLongCollection |
TSynchronizedDoubleLongMap.valueCollection()
|
TLongCollection |
TSynchronizedLongLongMap.valueCollection()
|
TLongCollection |
TSynchronizedIntLongMap.valueCollection()
|
TLongCollection |
TSynchronizedObjectLongMap.valueCollection()
|
TLongCollection |
TSynchronizedCharLongMap.valueCollection()
|
TLongCollection |
TSynchronizedByteLongMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedLongCollection.addAll(TLongCollection
|
boolean |
TSynchronizedLongCollection.containsAll(TLongCollection
|
boolean |
TSynchronizedLongCollection.removeAll(TLongCollection
|
boolean |
TSynchronizedLongCollection.retainAll(TLongCollection
|
| Constructor and Description | |
|---|---|
TSynchronizedLongCollection(TLongCollection
|
|
TSynchronizedLongCollection(TLongCollection
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableLongCollection
|
class |
TUnmodifiableLongList
|
class |
TUnmodifiableLongSet
|
class |
TUnmodifiableRandomAccessLongList
|
| Modifier and Type | Method and Description |
|---|---|
TLongCollection |
TUnmodifiableCharLongMap.valueCollection()
|
TLongCollection |
TUnmodifiableByteLongMap.valueCollection()
|
TLongCollection |
TUnmodifiableDoubleLongMap.valueCollection()
|
TLongCollection |
TUnmodifiableLongLongMap.valueCollection()
|
TLongCollection |
TUnmodifiableIntLongMap.valueCollection()
|
TLongCollection |
TUnmodifiableShortLongMap.valueCollection()
|
TLongCollection |
TUnmodifiableObjectLongMap.valueCollection()
|
TLongCollection |
TUnmodifiableFloatLongMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableLongCollection.addAll(TLongCollection
|
boolean |
TUnmodifiableLongCollection.containsAll(TLongCollection
|
boolean |
TUnmodifiableLongCollection.removeAll(TLongCollection
|
boolean |
TUnmodifiableLongCollection.retainAll(TLongCollection
|
| Constructor and Description | |
|---|---|
TUnmodifiableLongCollection(TLongCollection
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TLongList
Interface for Trove list implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TLongArrayList
A resizable, array-backed list of long primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongArrayList.addAll(TLongCollection
Adds all of the elements in the
TLongCollection to the collection.
|
boolean |
TLongArrayList.containsAll(TLongCollection
Tests the collection to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongArrayList.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the collection.
|
boolean |
TLongArrayList.retainAll(TLongCollection
Removes any values in the collection which are not contained in
TLongCollection.
|
| Constructor and Description | |
|---|---|
TLongArrayList(TLongCollection
Creates a new
TLongArrayList instance that contains a copy of the collection passed to us.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TLongLinkedList
A resizable, double linked list of long primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongLinkedList.addAll(TLongCollection
Adds all of the elements in the
TLongCollection to the collection.
|
boolean |
TLongLinkedList.containsAll(TLongCollection
Tests the collection to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongLinkedList.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the collection.
|
boolean |
TLongLinkedList.retainAll(TLongCollection
Removes any values in the collection which are not contained in
TLongCollection.
|
| Modifier and Type | Method and Description |
|---|---|
TLongCollection |
TByteLongMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
TLongCollection |
TLongLongMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
TLongCollection |
TCharLongMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
TLongCollection |
TObjectLongMap.valueCollection()
Returns a
TLongCollection view of the values contained in this map.
|
TLongCollection |
TDoubleLongMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
TLongCollection |
TFloatLongMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
TLongCollection |
TShortLongMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
TLongCollection |
TIntLongMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
| Modifier and Type | Method and Description |
|---|---|
TLongCollection |
TObjectLongCustomHashMap.valueCollection()
Returns a
TLongCollection view of the values contained in this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TByteLongHashMap
a view onto the values of the map.
|
protected class |
TCharLongHashMap
a view onto the values of the map.
|
protected class |
TDoubleLongHashMap
a view onto the values of the map.
|
protected class |
TFloatLongHashMap
a view onto the values of the map.
|
protected class |
TIntLongHashMap
a view onto the values of the map.
|
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 |
TLongLongHashMap
a view onto the values of the map.
|
protected class |
TLongShortHashMap
a view onto the keys of the map.
|
protected class |
TShortLongHashMap
a view onto the values of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TLongCollection |
TCharLongHashMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
TLongCollection |
TDoubleLongHashMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
TLongCollection |
TObjectLongHashMap.valueCollection()
Returns a
TLongCollection view of the values contained in this map.
|
TLongCollection |
TLongLongHashMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
TLongCollection |
TFloatLongHashMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
TLongCollection |
TShortLongHashMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
TLongCollection |
TIntLongHashMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
TLongCollection |
TByteLongHashMap.valueCollection()
Returns the values of the map as a
TLongCollection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongShortHashMap.TKeyView.addAll(TLongCollection
Unsupported when operating upon a Key Set view of a TLongShortMap
Adds all of the elements in the
TLongCollection to the set.
|
boolean |
TCharLongHashMap.TValueView.addAll(TLongCollection
Adds all of the elements in the
TLongCollection to the collection.
|
boolean |
TLongFloatHashMap.TKeyView.addAll(TLongCollection
Unsupported when operating upon a Key Set view of a TLongFloatMap
Adds all of the elements in the
TLongCollection to the set.
|
boolean |
TDoubleLongHashMap.TValueView.addAll(TLongCollection
Adds all of the elements in the
TLongCollection to the collection.
|
boolean |
TLongLongHashMap.TKeyView.addAll(TLongCollection
Unsupported when operating upon a Key Set view of a TLongLongMap
Adds all of the elements in the
TLongCollection to the set.
|
boolean |
TLongLongHashMap.TValueView.addAll(TLongCollection
Adds all of the elements in the
TLongCollection to the collection.
|
boolean |
TFloatLongHashMap.TValueView.addAll(TLongCollection
Adds all of the elements in the
TLongCollection to the collection.
|
boolean |
TLongDoubleHashMap.TKeyView.addAll(TLongCollection
Unsupported when operating upon a Key Set view of a TLongDoubleMap
Adds all of the elements in the
TLongCollection to the set.
|
boolean |
TLongIntHashMap.TKeyView.addAll(TLongCollection
Unsupported when operating upon a Key Set view of a TLongIntMap
Adds all of the elements in the
TLongCollection to the set.
|
boolean |
TLongCharHashMap.TKeyView.addAll(TLongCollection
Unsupported when operating upon a Key Set view of a TLongCharMap
Adds all of the elements in the
TLongCollection to the set.
|
boolean |
TShortLongHashMap.TValueView.addAll(TLongCollection
Adds all of the elements in the
TLongCollection to the collection.
|
boolean |
TLongByteHashMap.TKeyView.addAll(TLongCollection
Unsupported when operating upon a Key Set view of a TLongByteMap
Adds all of the elements in the
TLongCollection to the set.
|
boolean |
TIntLongHashMap.TValueView.addAll(TLongCollection
Adds all of the elements in the
TLongCollection to the collection.
|
boolean |
TByteLongHashMap.TValueView.addAll(TLongCollection
Adds all of the elements in the
TLongCollection to the collection.
|
boolean |
TLongShortHashMap.TKeyView.containsAll(TLongCollection
Tests the set to determine if all of the elements in
TLongCollection are present.
|
boolean |
TCharLongHashMap.TValueView.containsAll(TLongCollection
Tests the collection to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongFloatHashMap.TKeyView.containsAll(TLongCollection
Tests the set to determine if all of the elements in
TLongCollection are present.
|
boolean |
TDoubleLongHashMap.TValueView.containsAll(TLongCollection
Tests the collection to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongLongHashMap.TKeyView.containsAll(TLongCollection
Tests the set to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongLongHashMap.TValueView.containsAll(TLongCollection
Tests the collection to determine if all of the elements in
TLongCollection are present.
|
boolean |
TFloatLongHashMap.TValueView.containsAll(TLongCollection
Tests the collection to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongDoubleHashMap.TKeyView.containsAll(TLongCollection
Tests the set to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongIntHashMap.TKeyView.containsAll(TLongCollection
Tests the set to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongCharHashMap.TKeyView.containsAll(TLongCollection
Tests the set to determine if all of the elements in
TLongCollection are present.
|
boolean |
TShortLongHashMap.TValueView.containsAll(TLongCollection
Tests the collection to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongByteHashMap.TKeyView.containsAll(TLongCollection
Tests the set to determine if all of the elements in
TLongCollection are present.
|
boolean |
TIntLongHashMap.TValueView.containsAll(TLongCollection
Tests the collection to determine if all of the elements in
TLongCollection are present.
|
boolean |
TByteLongHashMap.TValueView.containsAll(TLongCollection
Tests the collection to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongShortHashMap.TKeyView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the set.
|
boolean |
TCharLongHashMap.TValueView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the collection.
|
boolean |
TLongFloatHashMap.TKeyView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the set.
|
boolean |
TDoubleLongHashMap.TValueView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the collection.
|
boolean |
TLongLongHashMap.TKeyView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the set.
|
boolean |
TLongLongHashMap.TValueView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the collection.
|
boolean |
TFloatLongHashMap.TValueView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the collection.
|
boolean |
TLongDoubleHashMap.TKeyView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the set.
|
boolean |
TLongIntHashMap.TKeyView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the set.
|
boolean |
TLongCharHashMap.TKeyView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the set.
|
boolean |
TShortLongHashMap.TValueView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the collection.
|
boolean |
TLongByteHashMap.TKeyView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the set.
|
boolean |
TIntLongHashMap.TValueView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the collection.
|
boolean |
TByteLongHashMap.TValueView.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the collection.
|
boolean |
TLongShortHashMap.TKeyView.retainAll(TLongCollection
Removes any values in the set which are not contained in
TLongCollection.
|
boolean |
TCharLongHashMap.TValueView.retainAll(TLongCollection
Removes any values in the collection which are not contained in
TLongCollection.
|
boolean |
TLongFloatHashMap.TKeyView.retainAll(TLongCollection
Removes any values in the set which are not contained in
TLongCollection.
|
boolean |
TDoubleLongHashMap.TValueView.retainAll(TLongCollection
Removes any values in the collection which are not contained in
TLongCollection.
|
boolean |
TLongLongHashMap.TKeyView.retainAll(TLongCollection
Removes any values in the set which are not contained in
TLongCollection.
|
boolean |
TLongLongHashMap.TValueView.retainAll(TLongCollection
Removes any values in the collection which are not contained in
TLongCollection.
|
boolean |
TFloatLongHashMap.TValueView.retainAll(TLongCollection
Removes any values in the collection which are not contained in
TLongCollection.
|
boolean |
TLongDoubleHashMap.TKeyView.retainAll(TLongCollection
Removes any values in the set which are not contained in
TLongCollection.
|
boolean |
TLongIntHashMap.TKeyView.retainAll(TLongCollection
Removes any values in the set which are not contained in
TLongCollection.
|
boolean |
TLongCharHashMap.TKeyView.retainAll(TLongCollection
Removes any values in the set which are not contained in
TLongCollection.
|
boolean |
TShortLongHashMap.TValueView.retainAll(TLongCollection
Removes any values in the collection which are not contained in
TLongCollection.
|
boolean |
TLongByteHashMap.TKeyView.retainAll(TLongCollection
Removes any values in the set which are not contained in
TLongCollection.
|
boolean |
TIntLongHashMap.TValueView.retainAll(TLongCollection
Removes any values in the collection which are not contained in
TLongCollection.
|
boolean |
TByteLongHashMap.TValueView.retainAll(TLongCollection
Removes any values in the collection which are not contained in
TLongCollection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TLongQueue
Interface for Trove queue implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TLongSet
An implementation of the
Set interface that uses an open-addressed hash table to store its contents.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongSet.addAll(TLongCollection
Adds all of the elements in the
TLongCollection to the set.
|
boolean |
TLongSet.containsAll(TLongCollection
Tests the set to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongSet.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the set.
|
boolean |
TLongSet.retainAll(TLongCollection
Removes any values in the set which are not contained in
TLongCollection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TLongHashSet
An open addressed set implementation for long primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongHashSet.addAll(TLongCollection
Adds all of the elements in the
TLongCollection to the set.
|
boolean |
TLongHashSet.containsAll(TLongCollection
Tests the set to determine if all of the elements in
TLongCollection are present.
|
boolean |
TLongHashSet.removeAll(TLongCollection
Removes all of the elements in
TLongCollection from the set.
|
boolean |
TLongHashSet.retainAll(TLongCollection
Removes any values in the set which are not contained in
TLongCollection.
|
| Constructor and Description | |
|---|---|
TLongHashSet(TLongCollection
Creates a new
TLongHashSet instance that is a copy of the existing set.
|