| Modifier and Type | Method and Description |
|---|---|
static TIntCollection |
TCollections.synchronizedCollection(TIntCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TIntCollection |
TCollections.unmodifiableCollection(TIntCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntCollection.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the collection.
|
boolean |
TIntCollection.containsAll(TIntCollection
Tests the collection to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntCollection.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the collection.
|
boolean |
TIntCollection.retainAll(TIntCollection
Removes any values in the collection which are not contained in
TIntCollection.
|
static TIntCollection |
TCollections.synchronizedCollection(TIntCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TIntCollection |
TCollections.unmodifiableCollection(TIntCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedIntCollection
|
class |
TSynchronizedIntList
|
class |
TSynchronizedIntSet
|
class |
TSynchronizedRandomAccessIntList
|
| Modifier and Type | Method and Description |
|---|---|
TIntCollection |
TSynchronizedIntIntMap.valueCollection()
|
TIntCollection |
TSynchronizedLongIntMap.valueCollection()
|
TIntCollection |
TSynchronizedCharIntMap.valueCollection()
|
TIntCollection |
TSynchronizedFloatIntMap.valueCollection()
|
TIntCollection |
TSynchronizedShortIntMap.valueCollection()
|
TIntCollection |
TSynchronizedObjectIntMap.valueCollection()
|
TIntCollection |
TSynchronizedByteIntMap.valueCollection()
|
TIntCollection |
TSynchronizedDoubleIntMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedIntCollection.addAll(TIntCollection
|
boolean |
TSynchronizedIntCollection.containsAll(TIntCollection
|
boolean |
TSynchronizedIntCollection.removeAll(TIntCollection
|
boolean |
TSynchronizedIntCollection.retainAll(TIntCollection
|
| Constructor and Description | |
|---|---|
TSynchronizedIntCollection(TIntCollection
|
|
TSynchronizedIntCollection(TIntCollection
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableIntCollection
|
class |
TUnmodifiableIntList
|
class |
TUnmodifiableIntSet
|
class |
TUnmodifiableRandomAccessIntList
|
| Modifier and Type | Method and Description |
|---|---|
TIntCollection |
TUnmodifiableDoubleIntMap.valueCollection()
|
TIntCollection |
TUnmodifiableByteIntMap.valueCollection()
|
TIntCollection |
TUnmodifiableShortIntMap.valueCollection()
|
TIntCollection |
TUnmodifiableLongIntMap.valueCollection()
|
TIntCollection |
TUnmodifiableFloatIntMap.valueCollection()
|
TIntCollection |
TUnmodifiableCharIntMap.valueCollection()
|
TIntCollection |
TUnmodifiableObjectIntMap.valueCollection()
|
TIntCollection |
TUnmodifiableIntIntMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableIntCollection.addAll(TIntCollection
|
boolean |
TUnmodifiableIntCollection.containsAll(TIntCollection
|
boolean |
TUnmodifiableIntCollection.removeAll(TIntCollection
|
boolean |
TUnmodifiableIntCollection.retainAll(TIntCollection
|
| Constructor and Description | |
|---|---|
TUnmodifiableIntCollection(TIntCollection
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TIntList
Interface for Trove list implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TIntArrayList
A resizable, array-backed list of int primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntArrayList.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the collection.
|
boolean |
TIntArrayList.containsAll(TIntCollection
Tests the collection to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntArrayList.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the collection.
|
boolean |
TIntArrayList.retainAll(TIntCollection
Removes any values in the collection which are not contained in
TIntCollection.
|
| Constructor and Description | |
|---|---|
TIntArrayList(TIntCollection
Creates a new
TIntArrayList instance that contains a copy of the collection passed to us.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TIntLinkedList
A resizable, double linked list of int primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntLinkedList.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the collection.
|
boolean |
TIntLinkedList.containsAll(TIntCollection
Tests the collection to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntLinkedList.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the collection.
|
boolean |
TIntLinkedList.retainAll(TIntCollection
Removes any values in the collection which are not contained in
TIntCollection.
|
| Modifier and Type | Method and Description |
|---|---|
TIntCollection |
TFloatIntMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
TIntCollection |
TIntIntMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
TIntCollection |
TDoubleIntMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
TIntCollection |
TShortIntMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
TIntCollection |
TObjectIntMap.valueCollection()
Returns a
TIntCollection view of the values contained in this map.
|
TIntCollection |
TByteIntMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
TIntCollection |
TLongIntMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
TIntCollection |
TCharIntMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
| Modifier and Type | Method and Description |
|---|---|
TIntCollection |
TObjectIntCustomHashMap.valueCollection()
Returns a
TIntCollection view of the values contained in this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TByteIntHashMap
a view onto the values of the map.
|
protected class |
TCharIntHashMap
a view onto the values of the map.
|
protected class |
TDoubleIntHashMap
a view onto the values of the map.
|
protected class |
TFloatIntHashMap
a view onto the values of the map.
|
protected class |
TIntByteHashMap
a view onto the keys of the map.
|
protected class |
TIntCharHashMap
a view onto the keys of the map.
|
protected class |
TIntDoubleHashMap
a view onto the keys of the map.
|
protected class |
TIntFloatHashMap
a view onto the keys of the map.
|
protected class |
TIntIntHashMap
a view onto the keys of the map.
|
protected class |
TIntIntHashMap
a view onto the values of the map.
|
protected class |
TIntLongHashMap
a view onto the keys of the map.
|
protected class |
TIntShortHashMap
a view onto the keys of the map.
|
protected class |
TLongIntHashMap
a view onto the values of the map.
|
protected class |
TShortIntHashMap
a view onto the values of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TIntCollection |
TFloatIntHashMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
TIntCollection |
TLongIntHashMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
TIntCollection |
TByteIntHashMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
TIntCollection |
TCharIntHashMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
TIntCollection |
TIntIntHashMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
TIntCollection |
TShortIntHashMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
TIntCollection |
TObjectIntHashMap.valueCollection()
Returns a
TIntCollection view of the values contained in this map.
|
TIntCollection |
TDoubleIntHashMap.valueCollection()
Returns the values of the map as a
TIntCollection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntShortHashMap.TKeyView.addAll(TIntCollection
Unsupported when operating upon a Key Set view of a TIntShortMap
Adds all of the elements in the
TIntCollection to the set.
|
boolean |
TIntByteHashMap.TKeyView.addAll(TIntCollection
Unsupported when operating upon a Key Set view of a TIntByteMap
Adds all of the elements in the
TIntCollection to the set.
|
boolean |
TIntFloatHashMap.TKeyView.addAll(TIntCollection
Unsupported when operating upon a Key Set view of a TIntFloatMap
Adds all of the elements in the
TIntCollection to the set.
|
boolean |
TFloatIntHashMap.TValueView.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the collection.
|
boolean |
TIntDoubleHashMap.TKeyView.addAll(TIntCollection
Unsupported when operating upon a Key Set view of a TIntDoubleMap
Adds all of the elements in the
TIntCollection to the set.
|
boolean |
TLongIntHashMap.TValueView.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the collection.
|
boolean |
TByteIntHashMap.TValueView.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the collection.
|
boolean |
TCharIntHashMap.TValueView.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the collection.
|
boolean |
TIntIntHashMap.TKeyView.addAll(TIntCollection
Unsupported when operating upon a Key Set view of a TIntIntMap
Adds all of the elements in the
TIntCollection to the set.
|
boolean |
TIntIntHashMap.TValueView.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the collection.
|
boolean |
TIntCharHashMap.TKeyView.addAll(TIntCollection
Unsupported when operating upon a Key Set view of a TIntCharMap
Adds all of the elements in the
TIntCollection to the set.
|
boolean |
TShortIntHashMap.TValueView.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the collection.
|
boolean |
TIntLongHashMap.TKeyView.addAll(TIntCollection
Unsupported when operating upon a Key Set view of a TIntLongMap
Adds all of the elements in the
TIntCollection to the set.
|
boolean |
TDoubleIntHashMap.TValueView.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the collection.
|
boolean |
TIntShortHashMap.TKeyView.containsAll(TIntCollection
Tests the set to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntByteHashMap.TKeyView.containsAll(TIntCollection
Tests the set to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntFloatHashMap.TKeyView.containsAll(TIntCollection
Tests the set to determine if all of the elements in
TIntCollection are present.
|
boolean |
TFloatIntHashMap.TValueView.containsAll(TIntCollection
Tests the collection to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntDoubleHashMap.TKeyView.containsAll(TIntCollection
Tests the set to determine if all of the elements in
TIntCollection are present.
|
boolean |
TLongIntHashMap.TValueView.containsAll(TIntCollection
Tests the collection to determine if all of the elements in
TIntCollection are present.
|
boolean |
TByteIntHashMap.TValueView.containsAll(TIntCollection
Tests the collection to determine if all of the elements in
TIntCollection are present.
|
boolean |
TCharIntHashMap.TValueView.containsAll(TIntCollection
Tests the collection to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntIntHashMap.TKeyView.containsAll(TIntCollection
Tests the set to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntIntHashMap.TValueView.containsAll(TIntCollection
Tests the collection to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntCharHashMap.TKeyView.containsAll(TIntCollection
Tests the set to determine if all of the elements in
TIntCollection are present.
|
boolean |
TShortIntHashMap.TValueView.containsAll(TIntCollection
Tests the collection to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntLongHashMap.TKeyView.containsAll(TIntCollection
Tests the set to determine if all of the elements in
TIntCollection are present.
|
boolean |
TDoubleIntHashMap.TValueView.containsAll(TIntCollection
Tests the collection to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntShortHashMap.TKeyView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the set.
|
boolean |
TIntByteHashMap.TKeyView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the set.
|
boolean |
TIntFloatHashMap.TKeyView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the set.
|
boolean |
TFloatIntHashMap.TValueView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the collection.
|
boolean |
TIntDoubleHashMap.TKeyView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the set.
|
boolean |
TLongIntHashMap.TValueView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the collection.
|
boolean |
TByteIntHashMap.TValueView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the collection.
|
boolean |
TCharIntHashMap.TValueView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the collection.
|
boolean |
TIntIntHashMap.TKeyView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the set.
|
boolean |
TIntIntHashMap.TValueView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the collection.
|
boolean |
TIntCharHashMap.TKeyView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the set.
|
boolean |
TShortIntHashMap.TValueView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the collection.
|
boolean |
TIntLongHashMap.TKeyView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the set.
|
boolean |
TDoubleIntHashMap.TValueView.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the collection.
|
boolean |
TIntShortHashMap.TKeyView.retainAll(TIntCollection
Removes any values in the set which are not contained in
TIntCollection.
|
boolean |
TIntByteHashMap.TKeyView.retainAll(TIntCollection
Removes any values in the set which are not contained in
TIntCollection.
|
boolean |
TIntFloatHashMap.TKeyView.retainAll(TIntCollection
Removes any values in the set which are not contained in
TIntCollection.
|
boolean |
TFloatIntHashMap.TValueView.retainAll(TIntCollection
Removes any values in the collection which are not contained in
TIntCollection.
|
boolean |
TIntDoubleHashMap.TKeyView.retainAll(TIntCollection
Removes any values in the set which are not contained in
TIntCollection.
|
boolean |
TLongIntHashMap.TValueView.retainAll(TIntCollection
Removes any values in the collection which are not contained in
TIntCollection.
|
boolean |
TByteIntHashMap.TValueView.retainAll(TIntCollection
Removes any values in the collection which are not contained in
TIntCollection.
|
boolean |
TCharIntHashMap.TValueView.retainAll(TIntCollection
Removes any values in the collection which are not contained in
TIntCollection.
|
boolean |
TIntIntHashMap.TKeyView.retainAll(TIntCollection
Removes any values in the set which are not contained in
TIntCollection.
|
boolean |
TIntIntHashMap.TValueView.retainAll(TIntCollection
Removes any values in the collection which are not contained in
TIntCollection.
|
boolean |
TIntCharHashMap.TKeyView.retainAll(TIntCollection
Removes any values in the set which are not contained in
TIntCollection.
|
boolean |
TShortIntHashMap.TValueView.retainAll(TIntCollection
Removes any values in the collection which are not contained in
TIntCollection.
|
boolean |
TIntLongHashMap.TKeyView.retainAll(TIntCollection
Removes any values in the set which are not contained in
TIntCollection.
|
boolean |
TDoubleIntHashMap.TValueView.retainAll(TIntCollection
Removes any values in the collection which are not contained in
TIntCollection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TIntQueue
Interface for Trove queue implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TIntSet
An implementation of the
Set interface that uses an open-addressed hash table to store its contents.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntSet.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the set.
|
boolean |
TIntSet.containsAll(TIntCollection
Tests the set to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntSet.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the set.
|
boolean |
TIntSet.retainAll(TIntCollection
Removes any values in the set which are not contained in
TIntCollection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TIntHashSet
An open addressed set implementation for int primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntHashSet.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the set.
|
boolean |
TIntHashSet.containsAll(TIntCollection
Tests the set to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntHashSet.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the set.
|
boolean |
TIntHashSet.retainAll(TIntCollection
Removes any values in the set which are not contained in
TIntCollection.
|
| Constructor and Description | |
|---|---|
TIntHashSet(TIntCollection
Creates a new
TIntHashSet instance that is a copy of the existing set.
|