| Modifier and Type | Method and Description |
|---|---|
static TShortCollection |
TCollections.synchronizedCollection(TShortCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TShortCollection |
TCollections.unmodifiableCollection(TShortCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortCollection.addAll(TShortCollection
Adds all of the elements in the
TShortCollection to the collection.
|
boolean |
TShortCollection.containsAll(TShortCollection
Tests the collection to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortCollection.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the collection.
|
boolean |
TShortCollection.retainAll(TShortCollection
Removes any values in the collection which are not contained in
TShortCollection.
|
static TShortCollection |
TCollections.synchronizedCollection(TShortCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TShortCollection |
TCollections.unmodifiableCollection(TShortCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedRandomAccessShortList
|
class |
TSynchronizedShortCollection
|
class |
TSynchronizedShortList
|
class |
TSynchronizedShortSet
|
| Modifier and Type | Method and Description |
|---|---|
TShortCollection |
TSynchronizedFloatShortMap.valueCollection()
|
TShortCollection |
TSynchronizedByteShortMap.valueCollection()
|
TShortCollection |
TSynchronizedObjectShortMap.valueCollection()
|
TShortCollection |
TSynchronizedIntShortMap.valueCollection()
|
TShortCollection |
TSynchronizedDoubleShortMap.valueCollection()
|
TShortCollection |
TSynchronizedShortShortMap.valueCollection()
|
TShortCollection |
TSynchronizedCharShortMap.valueCollection()
|
TShortCollection |
TSynchronizedLongShortMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedShortCollection.addAll(TShortCollection
|
boolean |
TSynchronizedShortCollection.containsAll(TShortCollection
|
boolean |
TSynchronizedShortCollection.removeAll(TShortCollection
|
boolean |
TSynchronizedShortCollection.retainAll(TShortCollection
|
| Constructor and Description | |
|---|---|
TSynchronizedShortCollection(TShortCollection
|
|
TSynchronizedShortCollection(TShortCollection
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableRandomAccessShortList
|
class |
TUnmodifiableShortCollection
|
class |
TUnmodifiableShortList
|
class |
TUnmodifiableShortSet
|
| Modifier and Type | Method and Description |
|---|---|
TShortCollection |
TUnmodifiableObjectShortMap.valueCollection()
|
TShortCollection |
TUnmodifiableShortShortMap.valueCollection()
|
TShortCollection |
TUnmodifiableByteShortMap.valueCollection()
|
TShortCollection |
TUnmodifiableDoubleShortMap.valueCollection()
|
TShortCollection |
TUnmodifiableFloatShortMap.valueCollection()
|
TShortCollection |
TUnmodifiableLongShortMap.valueCollection()
|
TShortCollection |
TUnmodifiableIntShortMap.valueCollection()
|
TShortCollection |
TUnmodifiableCharShortMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableShortCollection.addAll(TShortCollection
|
boolean |
TUnmodifiableShortCollection.containsAll(TShortCollection
|
boolean |
TUnmodifiableShortCollection.removeAll(TShortCollection
|
boolean |
TUnmodifiableShortCollection.retainAll(TShortCollection
|
| Constructor and Description | |
|---|---|
TUnmodifiableShortCollection(TShortCollection
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TShortList
Interface for Trove list implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TShortArrayList
A resizable, array-backed list of short primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortArrayList.addAll(TShortCollection
Adds all of the elements in the
TShortCollection to the collection.
|
boolean |
TShortArrayList.containsAll(TShortCollection
Tests the collection to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortArrayList.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the collection.
|
boolean |
TShortArrayList.retainAll(TShortCollection
Removes any values in the collection which are not contained in
TShortCollection.
|
| Constructor and Description | |
|---|---|
TShortArrayList(TShortCollection
Creates a new
TShortArrayList instance that contains a copy of the collection passed to us.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TShortLinkedList
A resizable, double linked list of short primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortLinkedList.addAll(TShortCollection
Adds all of the elements in the
TShortCollection to the collection.
|
boolean |
TShortLinkedList.containsAll(TShortCollection
Tests the collection to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortLinkedList.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the collection.
|
boolean |
TShortLinkedList.retainAll(TShortCollection
Removes any values in the collection which are not contained in
TShortCollection.
|
| Modifier and Type | Method and Description |
|---|---|
TShortCollection |
TFloatShortMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
TShortCollection |
TObjectShortMap.valueCollection()
Returns a
TShortCollection view of the values contained in this map.
|
TShortCollection |
TDoubleShortMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
TShortCollection |
TCharShortMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
TShortCollection |
TLongShortMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
TShortCollection |
TIntShortMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
TShortCollection |
TShortShortMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
TShortCollection |
TByteShortMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
| Modifier and Type | Method and Description |
|---|---|
TShortCollection |
TObjectShortCustomHashMap.valueCollection()
Returns a
TShortCollection view of the values contained in this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TByteShortHashMap
a view onto the values of the map.
|
protected class |
TCharShortHashMap
a view onto the values of the map.
|
protected class |
TDoubleShortHashMap
a view onto the values of the map.
|
protected class |
TFloatShortHashMap
a view onto the values of the map.
|
protected class |
TIntShortHashMap
a view onto the values of the map.
|
protected class |
TLongShortHashMap
a view onto the values of the map.
|
protected class |
TShortByteHashMap
a view onto the keys of the map.
|
protected class |
TShortCharHashMap
a view onto the keys of the map.
|
protected class |
TShortDoubleHashMap
a view onto the keys of the map.
|
protected class |
TShortFloatHashMap
a view onto the keys of the map.
|
protected class |
TShortIntHashMap
a view onto the keys of the map.
|
protected class |
TShortLongHashMap
a view onto the keys of the map.
|
protected class |
TShortShortHashMap
a view onto the keys of the map.
|
protected class |
TShortShortHashMap
a view onto the values of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TShortCollection |
TLongShortHashMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
TShortCollection |
TIntShortHashMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
TShortCollection |
TObjectShortHashMap.valueCollection()
Returns a
TShortCollection view of the values contained in this map.
|
TShortCollection |
TCharShortHashMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
TShortCollection |
TByteShortHashMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
TShortCollection |
TDoubleShortHashMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
TShortCollection |
TShortShortHashMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
TShortCollection |
TFloatShortHashMap.valueCollection()
Returns the values of the map as a
TShortCollection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongShortHashMap.TValueView.addAll(TShortCollection
Adds all of the elements in the
TShortCollection to the collection.
|
boolean |
TIntShortHashMap.TValueView.addAll(TShortCollection
Adds all of the elements in the
TShortCollection to the collection.
|
boolean |
TShortByteHashMap.TKeyView.addAll(TShortCollection
Unsupported when operating upon a Key Set view of a TShortByteMap
Adds all of the elements in the
TShortCollection to the set.
|
boolean |
TShortFloatHashMap.TKeyView.addAll(TShortCollection
Unsupported when operating upon a Key Set view of a TShortFloatMap
Adds all of the elements in the
TShortCollection to the set.
|
boolean |
TCharShortHashMap.TValueView.addAll(TShortCollection
Adds all of the elements in the
TShortCollection to the collection.
|
boolean |
TShortCharHashMap.TKeyView.addAll(TShortCollection
Unsupported when operating upon a Key Set view of a TShortCharMap
Adds all of the elements in the
TShortCollection to the set.
|
boolean |
TByteShortHashMap.TValueView.addAll(TShortCollection
Adds all of the elements in the
TShortCollection to the collection.
|
boolean |
TDoubleShortHashMap.TValueView.addAll(TShortCollection
Adds all of the elements in the
TShortCollection to the collection.
|
boolean |
TShortDoubleHashMap.TKeyView.addAll(TShortCollection
Unsupported when operating upon a Key Set view of a TShortDoubleMap
Adds all of the elements in the
TShortCollection to the set.
|
boolean |
TShortLongHashMap.TKeyView.addAll(TShortCollection
Unsupported when operating upon a Key Set view of a TShortLongMap
Adds all of the elements in the
TShortCollection to the set.
|
boolean |
TShortShortHashMap.TKeyView.addAll(TShortCollection
Unsupported when operating upon a Key Set view of a TShortShortMap
Adds all of the elements in the
TShortCollection to the set.
|
boolean |
TShortShortHashMap.TValueView.addAll(TShortCollection
Adds all of the elements in the
TShortCollection to the collection.
|
boolean |
TFloatShortHashMap.TValueView.addAll(TShortCollection
Adds all of the elements in the
TShortCollection to the collection.
|
boolean |
TShortIntHashMap.TKeyView.addAll(TShortCollection
Unsupported when operating upon a Key Set view of a TShortIntMap
Adds all of the elements in the
TShortCollection to the set.
|
boolean |
TLongShortHashMap.TValueView.containsAll(TShortCollection
Tests the collection to determine if all of the elements in
TShortCollection are present.
|
boolean |
TIntShortHashMap.TValueView.containsAll(TShortCollection
Tests the collection to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortByteHashMap.TKeyView.containsAll(TShortCollection
Tests the set to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortFloatHashMap.TKeyView.containsAll(TShortCollection
Tests the set to determine if all of the elements in
TShortCollection are present.
|
boolean |
TCharShortHashMap.TValueView.containsAll(TShortCollection
Tests the collection to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortCharHashMap.TKeyView.containsAll(TShortCollection
Tests the set to determine if all of the elements in
TShortCollection are present.
|
boolean |
TByteShortHashMap.TValueView.containsAll(TShortCollection
Tests the collection to determine if all of the elements in
TShortCollection are present.
|
boolean |
TDoubleShortHashMap.TValueView.containsAll(TShortCollection
Tests the collection to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortDoubleHashMap.TKeyView.containsAll(TShortCollection
Tests the set to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortLongHashMap.TKeyView.containsAll(TShortCollection
Tests the set to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortShortHashMap.TKeyView.containsAll(TShortCollection
Tests the set to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortShortHashMap.TValueView.containsAll(TShortCollection
Tests the collection to determine if all of the elements in
TShortCollection are present.
|
boolean |
TFloatShortHashMap.TValueView.containsAll(TShortCollection
Tests the collection to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortIntHashMap.TKeyView.containsAll(TShortCollection
Tests the set to determine if all of the elements in
TShortCollection are present.
|
boolean |
TLongShortHashMap.TValueView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the collection.
|
boolean |
TIntShortHashMap.TValueView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the collection.
|
boolean |
TShortByteHashMap.TKeyView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the set.
|
boolean |
TShortFloatHashMap.TKeyView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the set.
|
boolean |
TCharShortHashMap.TValueView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the collection.
|
boolean |
TShortCharHashMap.TKeyView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the set.
|
boolean |
TByteShortHashMap.TValueView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the collection.
|
boolean |
TDoubleShortHashMap.TValueView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the collection.
|
boolean |
TShortDoubleHashMap.TKeyView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the set.
|
boolean |
TShortLongHashMap.TKeyView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the set.
|
boolean |
TShortShortHashMap.TKeyView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the set.
|
boolean |
TShortShortHashMap.TValueView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the collection.
|
boolean |
TFloatShortHashMap.TValueView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the collection.
|
boolean |
TShortIntHashMap.TKeyView.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the set.
|
boolean |
TLongShortHashMap.TValueView.retainAll(TShortCollection
Removes any values in the collection which are not contained in
TShortCollection.
|
boolean |
TIntShortHashMap.TValueView.retainAll(TShortCollection
Removes any values in the collection which are not contained in
TShortCollection.
|
boolean |
TShortByteHashMap.TKeyView.retainAll(TShortCollection
Removes any values in the set which are not contained in
TShortCollection.
|
boolean |
TShortFloatHashMap.TKeyView.retainAll(TShortCollection
Removes any values in the set which are not contained in
TShortCollection.
|
boolean |
TCharShortHashMap.TValueView.retainAll(TShortCollection
Removes any values in the collection which are not contained in
TShortCollection.
|
boolean |
TShortCharHashMap.TKeyView.retainAll(TShortCollection
Removes any values in the set which are not contained in
TShortCollection.
|
boolean |
TByteShortHashMap.TValueView.retainAll(TShortCollection
Removes any values in the collection which are not contained in
TShortCollection.
|
boolean |
TDoubleShortHashMap.TValueView.retainAll(TShortCollection
Removes any values in the collection which are not contained in
TShortCollection.
|
boolean |
TShortDoubleHashMap.TKeyView.retainAll(TShortCollection
Removes any values in the set which are not contained in
TShortCollection.
|
boolean |
TShortLongHashMap.TKeyView.retainAll(TShortCollection
Removes any values in the set which are not contained in
TShortCollection.
|
boolean |
TShortShortHashMap.TKeyView.retainAll(TShortCollection
Removes any values in the set which are not contained in
TShortCollection.
|
boolean |
TShortShortHashMap.TValueView.retainAll(TShortCollection
Removes any values in the collection which are not contained in
TShortCollection.
|
boolean |
TFloatShortHashMap.TValueView.retainAll(TShortCollection
Removes any values in the collection which are not contained in
TShortCollection.
|
boolean |
TShortIntHashMap.TKeyView.retainAll(TShortCollection
Removes any values in the set which are not contained in
TShortCollection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TShortQueue
Interface for Trove queue implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TShortSet
An implementation of the
Set interface that uses an open-addressed hash table to store its contents.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortSet.addAll(TShortCollection
Adds all of the elements in the
TShortCollection to the set.
|
boolean |
TShortSet.containsAll(TShortCollection
Tests the set to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortSet.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the set.
|
boolean |
TShortSet.retainAll(TShortCollection
Removes any values in the set which are not contained in
TShortCollection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TShortHashSet
An open addressed set implementation for short primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortHashSet.addAll(TShortCollection
Adds all of the elements in the
TShortCollection to the set.
|
boolean |
TShortHashSet.containsAll(TShortCollection
Tests the set to determine if all of the elements in
TShortCollection are present.
|
boolean |
TShortHashSet.removeAll(TShortCollection
Removes all of the elements in
TShortCollection from the set.
|
boolean |
TShortHashSet.retainAll(TShortCollection
Removes any values in the set which are not contained in
TShortCollection.
|
| Constructor and Description | |
|---|---|
TShortHashSet(TShortCollection
Creates a new
TShortHashSet instance that is a copy of the existing set.
|