| Modifier and Type | Method and Description |
|---|---|
static TDoubleCollection |
TCollections.synchronizedCollection(TDoubleCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TDoubleCollection |
TCollections.unmodifiableCollection(TDoubleCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleCollection.addAll(TDoubleCollection
Adds all of the elements in the
TDoubleCollection to the collection.
|
boolean |
TDoubleCollection.containsAll(TDoubleCollection
Tests the collection to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleCollection.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the collection.
|
boolean |
TDoubleCollection.retainAll(TDoubleCollection
Removes any values in the collection which are not contained in
TDoubleCollection.
|
static TDoubleCollection |
TCollections.synchronizedCollection(TDoubleCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TDoubleCollection |
TCollections.unmodifiableCollection(TDoubleCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedDoubleCollection
|
class |
TSynchronizedDoubleList
|
class |
TSynchronizedDoubleSet
|
class |
TSynchronizedRandomAccessDoubleList
|
| Modifier and Type | Method and Description |
|---|---|
TDoubleCollection |
TSynchronizedCharDoubleMap.valueCollection()
|
TDoubleCollection |
TSynchronizedByteDoubleMap.valueCollection()
|
TDoubleCollection |
TSynchronizedDoubleDoubleMap.valueCollection()
|
TDoubleCollection |
TSynchronizedIntDoubleMap.valueCollection()
|
TDoubleCollection |
TSynchronizedObjectDoubleMap.valueCollection()
|
TDoubleCollection |
TSynchronizedLongDoubleMap.valueCollection()
|
TDoubleCollection |
TSynchronizedShortDoubleMap.valueCollection()
|
TDoubleCollection |
TSynchronizedFloatDoubleMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedDoubleCollection.addAll(TDoubleCollection
|
boolean |
TSynchronizedDoubleCollection.containsAll(TDoubleCollection
|
boolean |
TSynchronizedDoubleCollection.removeAll(TDoubleCollection
|
boolean |
TSynchronizedDoubleCollection.retainAll(TDoubleCollection
|
| Constructor and Description | |
|---|---|
TSynchronizedDoubleCollection(TDoubleCollection
|
|
TSynchronizedDoubleCollection(TDoubleCollection
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableDoubleCollection
|
class |
TUnmodifiableDoubleList
|
class |
TUnmodifiableDoubleSet
|
class |
TUnmodifiableRandomAccessDoubleList
|
| Modifier and Type | Method and Description |
|---|---|
TDoubleCollection |
TUnmodifiableFloatDoubleMap.valueCollection()
|
TDoubleCollection |
TUnmodifiableIntDoubleMap.valueCollection()
|
TDoubleCollection |
TUnmodifiableByteDoubleMap.valueCollection()
|
TDoubleCollection |
TUnmodifiableShortDoubleMap.valueCollection()
|
TDoubleCollection |
TUnmodifiableDoubleDoubleMap.valueCollection()
|
TDoubleCollection |
TUnmodifiableLongDoubleMap.valueCollection()
|
TDoubleCollection |
TUnmodifiableObjectDoubleMap.valueCollection()
|
TDoubleCollection |
TUnmodifiableCharDoubleMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableDoubleCollection.addAll(TDoubleCollection
|
boolean |
TUnmodifiableDoubleCollection.containsAll(TDoubleCollection
|
boolean |
TUnmodifiableDoubleCollection.removeAll(TDoubleCollection
|
boolean |
TUnmodifiableDoubleCollection.retainAll(TDoubleCollection
|
| Constructor and Description | |
|---|---|
TUnmodifiableDoubleCollection(TDoubleCollection
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TDoubleList
Interface for Trove list implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TDoubleArrayList
A resizable, array-backed list of double primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleArrayList.addAll(TDoubleCollection
Adds all of the elements in the
TDoubleCollection to the collection.
|
boolean |
TDoubleArrayList.containsAll(TDoubleCollection
Tests the collection to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleArrayList.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the collection.
|
boolean |
TDoubleArrayList.retainAll(TDoubleCollection
Removes any values in the collection which are not contained in
TDoubleCollection.
|
| Constructor and Description | |
|---|---|
TDoubleArrayList(TDoubleCollection
Creates a new
TDoubleArrayList instance that contains a copy of the collection passed to us.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TDoubleLinkedList
A resizable, double linked list of double primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleLinkedList.addAll(TDoubleCollection
Adds all of the elements in the
TDoubleCollection to the collection.
|
boolean |
TDoubleLinkedList.containsAll(TDoubleCollection
Tests the collection to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleLinkedList.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the collection.
|
boolean |
TDoubleLinkedList.retainAll(TDoubleCollection
Removes any values in the collection which are not contained in
TDoubleCollection.
|
| Modifier and Type | Method and Description |
|---|---|
TDoubleCollection |
TShortDoubleMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
TDoubleCollection |
TByteDoubleMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
TDoubleCollection |
TObjectDoubleMap.valueCollection()
Returns a
TDoubleCollection view of the values contained in this map.
|
TDoubleCollection |
TCharDoubleMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
TDoubleCollection |
TDoubleDoubleMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
TDoubleCollection |
TLongDoubleMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
TDoubleCollection |
TIntDoubleMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
TDoubleCollection |
TFloatDoubleMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
| Modifier and Type | Method and Description |
|---|---|
TDoubleCollection |
TObjectDoubleCustomHashMap.valueCollection()
Returns a
TDoubleCollection view of the values contained in this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TByteDoubleHashMap
a view onto the values of the map.
|
protected class |
TCharDoubleHashMap
a view onto the values of the map.
|
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 |
TDoubleDoubleHashMap
a view onto the values 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.
|
protected class |
TFloatDoubleHashMap
a view onto the values of the map.
|
protected class |
TIntDoubleHashMap
a view onto the values of the map.
|
protected class |
TLongDoubleHashMap
a view onto the values of the map.
|
protected class |
TShortDoubleHashMap
a view onto the values of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TDoubleCollection |
TDoubleDoubleHashMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
TDoubleCollection |
TByteDoubleHashMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
TDoubleCollection |
TLongDoubleHashMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
TDoubleCollection |
TShortDoubleHashMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
TDoubleCollection |
TIntDoubleHashMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
TDoubleCollection |
TCharDoubleHashMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
TDoubleCollection |
TObjectDoubleHashMap.valueCollection()
Returns a
TDoubleCollection view of the values contained in this map.
|
TDoubleCollection |
TFloatDoubleHashMap.valueCollection()
Returns the values of the map as a
TDoubleCollection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleDoubleHashMap.TKeyView.addAll(TDoubleCollection
Unsupported when operating upon a Key Set view of a TDoubleDoubleMap
Adds all of the elements in the
TDoubleCollection to the set.
|
boolean |
TDoubleDoubleHashMap.TValueView.addAll(TDoubleCollection
Adds all of the elements in the
TDoubleCollection to the collection.
|
boolean |
TByteDoubleHashMap.TValueView.addAll(TDoubleCollection
Adds all of the elements in the
TDoubleCollection to the collection.
|
boolean |
TDoubleByteHashMap.TKeyView.addAll(TDoubleCollection
Unsupported when operating upon a Key Set view of a TDoubleByteMap
Adds all of the elements in the
TDoubleCollection to the set.
|
boolean |
TDoubleLongHashMap.TKeyView.addAll(TDoubleCollection
Unsupported when operating upon a Key Set view of a TDoubleLongMap
Adds all of the elements in the
TDoubleCollection to the set.
|
boolean |
TDoubleFloatHashMap.TKeyView.addAll(TDoubleCollection
Unsupported when operating upon a Key Set view of a TDoubleFloatMap
Adds all of the elements in the
TDoubleCollection to the set.
|
boolean |
TLongDoubleHashMap.TValueView.addAll(TDoubleCollection
Adds all of the elements in the
TDoubleCollection to the collection.
|
boolean |
TDoubleShortHashMap.TKeyView.addAll(TDoubleCollection
Unsupported when operating upon a Key Set view of a TDoubleShortMap
Adds all of the elements in the
TDoubleCollection to the set.
|
boolean |
TDoubleCharHashMap.TKeyView.addAll(TDoubleCollection
Unsupported when operating upon a Key Set view of a TDoubleCharMap
Adds all of the elements in the
TDoubleCollection to the set.
|
boolean |
TShortDoubleHashMap.TValueView.addAll(TDoubleCollection
Adds all of the elements in the
TDoubleCollection to the collection.
|
boolean |
TIntDoubleHashMap.TValueView.addAll(TDoubleCollection
Adds all of the elements in the
TDoubleCollection to the collection.
|
boolean |
TCharDoubleHashMap.TValueView.addAll(TDoubleCollection
Adds all of the elements in the
TDoubleCollection to the collection.
|
boolean |
TFloatDoubleHashMap.TValueView.addAll(TDoubleCollection
Adds all of the elements in the
TDoubleCollection to the collection.
|
boolean |
TDoubleIntHashMap.TKeyView.addAll(TDoubleCollection
Unsupported when operating upon a Key Set view of a TDoubleIntMap
Adds all of the elements in the
TDoubleCollection to the set.
|
boolean |
TDoubleDoubleHashMap.TKeyView.containsAll(TDoubleCollection
Tests the set to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleDoubleHashMap.TValueView.containsAll(TDoubleCollection
Tests the collection to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TByteDoubleHashMap.TValueView.containsAll(TDoubleCollection
Tests the collection to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleByteHashMap.TKeyView.containsAll(TDoubleCollection
Tests the set to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleLongHashMap.TKeyView.containsAll(TDoubleCollection
Tests the set to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleFloatHashMap.TKeyView.containsAll(TDoubleCollection
Tests the set to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TLongDoubleHashMap.TValueView.containsAll(TDoubleCollection
Tests the collection to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleShortHashMap.TKeyView.containsAll(TDoubleCollection
Tests the set to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleCharHashMap.TKeyView.containsAll(TDoubleCollection
Tests the set to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TShortDoubleHashMap.TValueView.containsAll(TDoubleCollection
Tests the collection to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TIntDoubleHashMap.TValueView.containsAll(TDoubleCollection
Tests the collection to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TCharDoubleHashMap.TValueView.containsAll(TDoubleCollection
Tests the collection to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TFloatDoubleHashMap.TValueView.containsAll(TDoubleCollection
Tests the collection to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleIntHashMap.TKeyView.containsAll(TDoubleCollection
Tests the set to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleDoubleHashMap.TKeyView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the set.
|
boolean |
TDoubleDoubleHashMap.TValueView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the collection.
|
boolean |
TByteDoubleHashMap.TValueView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the collection.
|
boolean |
TDoubleByteHashMap.TKeyView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the set.
|
boolean |
TDoubleLongHashMap.TKeyView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the set.
|
boolean |
TDoubleFloatHashMap.TKeyView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the set.
|
boolean |
TLongDoubleHashMap.TValueView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the collection.
|
boolean |
TDoubleShortHashMap.TKeyView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the set.
|
boolean |
TDoubleCharHashMap.TKeyView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the set.
|
boolean |
TShortDoubleHashMap.TValueView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the collection.
|
boolean |
TIntDoubleHashMap.TValueView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the collection.
|
boolean |
TCharDoubleHashMap.TValueView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the collection.
|
boolean |
TFloatDoubleHashMap.TValueView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the collection.
|
boolean |
TDoubleIntHashMap.TKeyView.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the set.
|
boolean |
TDoubleDoubleHashMap.TKeyView.retainAll(TDoubleCollection
Removes any values in the set which are not contained in
TDoubleCollection.
|
boolean |
TDoubleDoubleHashMap.TValueView.retainAll(TDoubleCollection
Removes any values in the collection which are not contained in
TDoubleCollection.
|
boolean |
TByteDoubleHashMap.TValueView.retainAll(TDoubleCollection
Removes any values in the collection which are not contained in
TDoubleCollection.
|
boolean |
TDoubleByteHashMap.TKeyView.retainAll(TDoubleCollection
Removes any values in the set which are not contained in
TDoubleCollection.
|
boolean |
TDoubleLongHashMap.TKeyView.retainAll(TDoubleCollection
Removes any values in the set which are not contained in
TDoubleCollection.
|
boolean |
TDoubleFloatHashMap.TKeyView.retainAll(TDoubleCollection
Removes any values in the set which are not contained in
TDoubleCollection.
|
boolean |
TLongDoubleHashMap.TValueView.retainAll(TDoubleCollection
Removes any values in the collection which are not contained in
TDoubleCollection.
|
boolean |
TDoubleShortHashMap.TKeyView.retainAll(TDoubleCollection
Removes any values in the set which are not contained in
TDoubleCollection.
|
boolean |
TDoubleCharHashMap.TKeyView.retainAll(TDoubleCollection
Removes any values in the set which are not contained in
TDoubleCollection.
|
boolean |
TShortDoubleHashMap.TValueView.retainAll(TDoubleCollection
Removes any values in the collection which are not contained in
TDoubleCollection.
|
boolean |
TIntDoubleHashMap.TValueView.retainAll(TDoubleCollection
Removes any values in the collection which are not contained in
TDoubleCollection.
|
boolean |
TCharDoubleHashMap.TValueView.retainAll(TDoubleCollection
Removes any values in the collection which are not contained in
TDoubleCollection.
|
boolean |
TFloatDoubleHashMap.TValueView.retainAll(TDoubleCollection
Removes any values in the collection which are not contained in
TDoubleCollection.
|
boolean |
TDoubleIntHashMap.TKeyView.retainAll(TDoubleCollection
Removes any values in the set which are not contained in
TDoubleCollection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TDoubleQueue
Interface for Trove queue implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TDoubleSet
An implementation of the
Set interface that uses an open-addressed hash table to store its contents.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleSet.addAll(TDoubleCollection
Adds all of the elements in the
TDoubleCollection to the set.
|
boolean |
TDoubleSet.containsAll(TDoubleCollection
Tests the set to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleSet.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the set.
|
boolean |
TDoubleSet.retainAll(TDoubleCollection
Removes any values in the set which are not contained in
TDoubleCollection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TDoubleHashSet
An open addressed set implementation for double primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleHashSet.addAll(TDoubleCollection
Adds all of the elements in the
TDoubleCollection to the set.
|
boolean |
TDoubleHashSet.containsAll(TDoubleCollection
Tests the set to determine if all of the elements in
TDoubleCollection are present.
|
boolean |
TDoubleHashSet.removeAll(TDoubleCollection
Removes all of the elements in
TDoubleCollection from the set.
|
boolean |
TDoubleHashSet.retainAll(TDoubleCollection
Removes any values in the set which are not contained in
TDoubleCollection.
|
| Constructor and Description | |
|---|---|
TDoubleHashSet(TDoubleCollection
Creates a new
TDoubleHashSet instance that is a copy of the existing set.
|