| Modifier and Type | Method and Description |
|---|---|
static TFloatCollection |
TCollections.synchronizedCollection(TFloatCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TFloatCollection |
TCollections.unmodifiableCollection(TFloatCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TFloatCollection.addAll(TFloatCollection
Adds all of the elements in the
TFloatCollection to the collection.
|
boolean |
TFloatCollection.containsAll(TFloatCollection
Tests the collection to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatCollection.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the collection.
|
boolean |
TFloatCollection.retainAll(TFloatCollection
Removes any values in the collection which are not contained in
TFloatCollection.
|
static TFloatCollection |
TCollections.synchronizedCollection(TFloatCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TFloatCollection |
TCollections.unmodifiableCollection(TFloatCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedFloatCollection
|
class |
TSynchronizedFloatList
|
class |
TSynchronizedFloatSet
|
class |
TSynchronizedRandomAccessFloatList
|
| Modifier and Type | Method and Description |
|---|---|
TFloatCollection |
TSynchronizedByteFloatMap.valueCollection()
|
TFloatCollection |
TSynchronizedShortFloatMap.valueCollection()
|
TFloatCollection |
TSynchronizedCharFloatMap.valueCollection()
|
TFloatCollection |
TSynchronizedIntFloatMap.valueCollection()
|
TFloatCollection |
TSynchronizedDoubleFloatMap.valueCollection()
|
TFloatCollection |
TSynchronizedFloatFloatMap.valueCollection()
|
TFloatCollection |
TSynchronizedLongFloatMap.valueCollection()
|
TFloatCollection |
TSynchronizedObjectFloatMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedFloatCollection.addAll(TFloatCollection
|
boolean |
TSynchronizedFloatCollection.containsAll(TFloatCollection
|
boolean |
TSynchronizedFloatCollection.removeAll(TFloatCollection
|
boolean |
TSynchronizedFloatCollection.retainAll(TFloatCollection
|
| Constructor and Description | |
|---|---|
TSynchronizedFloatCollection(TFloatCollection
|
|
TSynchronizedFloatCollection(TFloatCollection
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableFloatCollection
|
class |
TUnmodifiableFloatList
|
class |
TUnmodifiableFloatSet
|
class |
TUnmodifiableRandomAccessFloatList
|
| Modifier and Type | Method and Description |
|---|---|
TFloatCollection |
TUnmodifiableByteFloatMap.valueCollection()
|
TFloatCollection |
TUnmodifiableFloatFloatMap.valueCollection()
|
TFloatCollection |
TUnmodifiableDoubleFloatMap.valueCollection()
|
TFloatCollection |
TUnmodifiableObjectFloatMap.valueCollection()
|
TFloatCollection |
TUnmodifiableLongFloatMap.valueCollection()
|
TFloatCollection |
TUnmodifiableIntFloatMap.valueCollection()
|
TFloatCollection |
TUnmodifiableShortFloatMap.valueCollection()
|
TFloatCollection |
TUnmodifiableCharFloatMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableFloatCollection.addAll(TFloatCollection
|
boolean |
TUnmodifiableFloatCollection.containsAll(TFloatCollection
|
boolean |
TUnmodifiableFloatCollection.removeAll(TFloatCollection
|
boolean |
TUnmodifiableFloatCollection.retainAll(TFloatCollection
|
| Constructor and Description | |
|---|---|
TUnmodifiableFloatCollection(TFloatCollection
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TFloatList
Interface for Trove list implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TFloatArrayList
A resizable, array-backed list of float primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TFloatArrayList.addAll(TFloatCollection
Adds all of the elements in the
TFloatCollection to the collection.
|
boolean |
TFloatArrayList.containsAll(TFloatCollection
Tests the collection to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatArrayList.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the collection.
|
boolean |
TFloatArrayList.retainAll(TFloatCollection
Removes any values in the collection which are not contained in
TFloatCollection.
|
| Constructor and Description | |
|---|---|
TFloatArrayList(TFloatCollection
Creates a new
TFloatArrayList instance that contains a copy of the collection passed to us.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TFloatLinkedList
A resizable, double linked list of float primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TFloatLinkedList.addAll(TFloatCollection
Adds all of the elements in the
TFloatCollection to the collection.
|
boolean |
TFloatLinkedList.containsAll(TFloatCollection
Tests the collection to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatLinkedList.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the collection.
|
boolean |
TFloatLinkedList.retainAll(TFloatCollection
Removes any values in the collection which are not contained in
TFloatCollection.
|
| Modifier and Type | Method and Description |
|---|---|
TFloatCollection |
TDoubleFloatMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TIntFloatMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TFloatFloatMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TLongFloatMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TCharFloatMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TShortFloatMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TByteFloatMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TObjectFloatMap.valueCollection()
Returns a
TFloatCollection view of the values contained in this map.
|
| Modifier and Type | Method and Description |
|---|---|
TFloatCollection |
TObjectFloatCustomHashMap.valueCollection()
Returns a
TFloatCollection view of the values contained in this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TByteFloatHashMap
a view onto the values of the map.
|
protected class |
TCharFloatHashMap
a view onto the values of the map.
|
protected class |
TDoubleFloatHashMap
a view onto the values of the map.
|
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 |
TFloatFloatHashMap
a view onto the values 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.
|
protected class |
TIntFloatHashMap
a view onto the values of the map.
|
protected class |
TLongFloatHashMap
a view onto the values of the map.
|
protected class |
TShortFloatHashMap
a view onto the values of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TFloatCollection |
TLongFloatHashMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TShortFloatHashMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TDoubleFloatHashMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TCharFloatHashMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TIntFloatHashMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TFloatFloatHashMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TByteFloatHashMap.valueCollection()
Returns the values of the map as a
TFloatCollection
|
TFloatCollection |
TObjectFloatHashMap.valueCollection()
Returns a
TFloatCollection view of the values contained in this map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongFloatHashMap.TValueView.addAll(TFloatCollection
Adds all of the elements in the
TFloatCollection to the collection.
|
boolean |
TShortFloatHashMap.TValueView.addAll(TFloatCollection
Adds all of the elements in the
TFloatCollection to the collection.
|
boolean |
TDoubleFloatHashMap.TValueView.addAll(TFloatCollection
Adds all of the elements in the
TFloatCollection to the collection.
|
boolean |
TFloatLongHashMap.TKeyView.addAll(TFloatCollection
Unsupported when operating upon a Key Set view of a TFloatLongMap
Adds all of the elements in the
TFloatCollection to the set.
|
boolean |
TCharFloatHashMap.TValueView.addAll(TFloatCollection
Adds all of the elements in the
TFloatCollection to the collection.
|
boolean |
TFloatByteHashMap.TKeyView.addAll(TFloatCollection
Unsupported when operating upon a Key Set view of a TFloatByteMap
Adds all of the elements in the
TFloatCollection to the set.
|
boolean |
TIntFloatHashMap.TValueView.addAll(TFloatCollection
Adds all of the elements in the
TFloatCollection to the collection.
|
boolean |
TFloatIntHashMap.TKeyView.addAll(TFloatCollection
Unsupported when operating upon a Key Set view of a TFloatIntMap
Adds all of the elements in the
TFloatCollection to the set.
|
boolean |
TFloatFloatHashMap.TKeyView.addAll(TFloatCollection
Unsupported when operating upon a Key Set view of a TFloatFloatMap
Adds all of the elements in the
TFloatCollection to the set.
|
boolean |
TFloatFloatHashMap.TValueView.addAll(TFloatCollection
Adds all of the elements in the
TFloatCollection to the collection.
|
boolean |
TFloatShortHashMap.TKeyView.addAll(TFloatCollection
Unsupported when operating upon a Key Set view of a TFloatShortMap
Adds all of the elements in the
TFloatCollection to the set.
|
boolean |
TByteFloatHashMap.TValueView.addAll(TFloatCollection
Adds all of the elements in the
TFloatCollection to the collection.
|
boolean |
TFloatDoubleHashMap.TKeyView.addAll(TFloatCollection
Unsupported when operating upon a Key Set view of a TFloatDoubleMap
Adds all of the elements in the
TFloatCollection to the set.
|
boolean |
TFloatCharHashMap.TKeyView.addAll(TFloatCollection
Unsupported when operating upon a Key Set view of a TFloatCharMap
Adds all of the elements in the
TFloatCollection to the set.
|
boolean |
TLongFloatHashMap.TValueView.containsAll(TFloatCollection
Tests the collection to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TShortFloatHashMap.TValueView.containsAll(TFloatCollection
Tests the collection to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TDoubleFloatHashMap.TValueView.containsAll(TFloatCollection
Tests the collection to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatLongHashMap.TKeyView.containsAll(TFloatCollection
Tests the set to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TCharFloatHashMap.TValueView.containsAll(TFloatCollection
Tests the collection to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatByteHashMap.TKeyView.containsAll(TFloatCollection
Tests the set to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TIntFloatHashMap.TValueView.containsAll(TFloatCollection
Tests the collection to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatIntHashMap.TKeyView.containsAll(TFloatCollection
Tests the set to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatFloatHashMap.TKeyView.containsAll(TFloatCollection
Tests the set to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatFloatHashMap.TValueView.containsAll(TFloatCollection
Tests the collection to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatShortHashMap.TKeyView.containsAll(TFloatCollection
Tests the set to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TByteFloatHashMap.TValueView.containsAll(TFloatCollection
Tests the collection to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatDoubleHashMap.TKeyView.containsAll(TFloatCollection
Tests the set to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatCharHashMap.TKeyView.containsAll(TFloatCollection
Tests the set to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TLongFloatHashMap.TValueView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the collection.
|
boolean |
TShortFloatHashMap.TValueView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the collection.
|
boolean |
TDoubleFloatHashMap.TValueView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the collection.
|
boolean |
TFloatLongHashMap.TKeyView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the set.
|
boolean |
TCharFloatHashMap.TValueView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the collection.
|
boolean |
TFloatByteHashMap.TKeyView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the set.
|
boolean |
TIntFloatHashMap.TValueView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the collection.
|
boolean |
TFloatIntHashMap.TKeyView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the set.
|
boolean |
TFloatFloatHashMap.TKeyView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the set.
|
boolean |
TFloatFloatHashMap.TValueView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the collection.
|
boolean |
TFloatShortHashMap.TKeyView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the set.
|
boolean |
TByteFloatHashMap.TValueView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the collection.
|
boolean |
TFloatDoubleHashMap.TKeyView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the set.
|
boolean |
TFloatCharHashMap.TKeyView.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the set.
|
boolean |
TLongFloatHashMap.TValueView.retainAll(TFloatCollection
Removes any values in the collection which are not contained in
TFloatCollection.
|
boolean |
TShortFloatHashMap.TValueView.retainAll(TFloatCollection
Removes any values in the collection which are not contained in
TFloatCollection.
|
boolean |
TDoubleFloatHashMap.TValueView.retainAll(TFloatCollection
Removes any values in the collection which are not contained in
TFloatCollection.
|
boolean |
TFloatLongHashMap.TKeyView.retainAll(TFloatCollection
Removes any values in the set which are not contained in
TFloatCollection.
|
boolean |
TCharFloatHashMap.TValueView.retainAll(TFloatCollection
Removes any values in the collection which are not contained in
TFloatCollection.
|
boolean |
TFloatByteHashMap.TKeyView.retainAll(TFloatCollection
Removes any values in the set which are not contained in
TFloatCollection.
|
boolean |
TIntFloatHashMap.TValueView.retainAll(TFloatCollection
Removes any values in the collection which are not contained in
TFloatCollection.
|
boolean |
TFloatIntHashMap.TKeyView.retainAll(TFloatCollection
Removes any values in the set which are not contained in
TFloatCollection.
|
boolean |
TFloatFloatHashMap.TKeyView.retainAll(TFloatCollection
Removes any values in the set which are not contained in
TFloatCollection.
|
boolean |
TFloatFloatHashMap.TValueView.retainAll(TFloatCollection
Removes any values in the collection which are not contained in
TFloatCollection.
|
boolean |
TFloatShortHashMap.TKeyView.retainAll(TFloatCollection
Removes any values in the set which are not contained in
TFloatCollection.
|
boolean |
TByteFloatHashMap.TValueView.retainAll(TFloatCollection
Removes any values in the collection which are not contained in
TFloatCollection.
|
boolean |
TFloatDoubleHashMap.TKeyView.retainAll(TFloatCollection
Removes any values in the set which are not contained in
TFloatCollection.
|
boolean |
TFloatCharHashMap.TKeyView.retainAll(TFloatCollection
Removes any values in the set which are not contained in
TFloatCollection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TFloatQueue
Interface for Trove queue implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TFloatSet
An implementation of the
Set interface that uses an open-addressed hash table to store its contents.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TFloatSet.addAll(TFloatCollection
Adds all of the elements in the
TFloatCollection to the set.
|
boolean |
TFloatSet.containsAll(TFloatCollection
Tests the set to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatSet.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the set.
|
boolean |
TFloatSet.retainAll(TFloatCollection
Removes any values in the set which are not contained in
TFloatCollection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TFloatHashSet
An open addressed set implementation for float primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TFloatHashSet.addAll(TFloatCollection
Adds all of the elements in the
TFloatCollection to the set.
|
boolean |
TFloatHashSet.containsAll(TFloatCollection
Tests the set to determine if all of the elements in
TFloatCollection are present.
|
boolean |
TFloatHashSet.removeAll(TFloatCollection
Removes all of the elements in
TFloatCollection from the set.
|
boolean |
TFloatHashSet.retainAll(TFloatCollection
Removes any values in the set which are not contained in
TFloatCollection.
|
| Constructor and Description | |
|---|---|
TFloatHashSet(TFloatCollection
Creates a new
TFloatHashSet instance that is a copy of the existing set.
|