| Modifier and Type | Method and Description |
|---|---|
static TCharCollection |
TCollections.synchronizedCollection(TCharCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TCharCollection |
TCollections.unmodifiableCollection(TCharCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharCollection.addAll(TCharCollection
Adds all of the elements in the
TCharCollection to the collection.
|
boolean |
TCharCollection.containsAll(TCharCollection
Tests the collection to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharCollection.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the collection.
|
boolean |
TCharCollection.retainAll(TCharCollection
Removes any values in the collection which are not contained in
TCharCollection.
|
static TCharCollection |
TCollections.synchronizedCollection(TCharCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TCharCollection |
TCollections.unmodifiableCollection(TCharCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedCharCollection
|
class |
TSynchronizedCharList
|
class |
TSynchronizedCharSet
|
class |
TSynchronizedRandomAccessCharList
|
| Modifier and Type | Method and Description |
|---|---|
TCharCollection |
TSynchronizedLongCharMap.valueCollection()
|
TCharCollection |
TSynchronizedByteCharMap.valueCollection()
|
TCharCollection |
TSynchronizedIntCharMap.valueCollection()
|
TCharCollection |
TSynchronizedObjectCharMap.valueCollection()
|
TCharCollection |
TSynchronizedShortCharMap.valueCollection()
|
TCharCollection |
TSynchronizedFloatCharMap.valueCollection()
|
TCharCollection |
TSynchronizedCharCharMap.valueCollection()
|
TCharCollection |
TSynchronizedDoubleCharMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedCharCollection.addAll(TCharCollection
|
boolean |
TSynchronizedCharCollection.containsAll(TCharCollection
|
boolean |
TSynchronizedCharCollection.removeAll(TCharCollection
|
boolean |
TSynchronizedCharCollection.retainAll(TCharCollection
|
| Constructor and Description | |
|---|---|
TSynchronizedCharCollection(TCharCollection
|
|
TSynchronizedCharCollection(TCharCollection
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableCharCollection
|
class |
TUnmodifiableCharList
|
class |
TUnmodifiableCharSet
|
class |
TUnmodifiableRandomAccessCharList
|
| Modifier and Type | Method and Description |
|---|---|
TCharCollection |
TUnmodifiableShortCharMap.valueCollection()
|
TCharCollection |
TUnmodifiableLongCharMap.valueCollection()
|
TCharCollection |
TUnmodifiableObjectCharMap.valueCollection()
|
TCharCollection |
TUnmodifiableDoubleCharMap.valueCollection()
|
TCharCollection |
TUnmodifiableIntCharMap.valueCollection()
|
TCharCollection |
TUnmodifiableFloatCharMap.valueCollection()
|
TCharCollection |
TUnmodifiableByteCharMap.valueCollection()
|
TCharCollection |
TUnmodifiableCharCharMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableCharCollection.addAll(TCharCollection
|
boolean |
TUnmodifiableCharCollection.containsAll(TCharCollection
|
boolean |
TUnmodifiableCharCollection.removeAll(TCharCollection
|
boolean |
TUnmodifiableCharCollection.retainAll(TCharCollection
|
| Constructor and Description | |
|---|---|
TUnmodifiableCharCollection(TCharCollection
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TCharList
Interface for Trove list implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCharArrayList
A resizable, array-backed list of char primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharArrayList.addAll(TCharCollection
Adds all of the elements in the
TCharCollection to the collection.
|
boolean |
TCharArrayList.containsAll(TCharCollection
Tests the collection to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharArrayList.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the collection.
|
boolean |
TCharArrayList.retainAll(TCharCollection
Removes any values in the collection which are not contained in
TCharCollection.
|
| Constructor and Description | |
|---|---|
TCharArrayList(TCharCollection
Creates a new
TCharArrayList instance that contains a copy of the collection passed to us.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCharLinkedList
A resizable, double linked list of char primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharLinkedList.addAll(TCharCollection
Adds all of the elements in the
TCharCollection to the collection.
|
boolean |
TCharLinkedList.containsAll(TCharCollection
Tests the collection to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharLinkedList.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the collection.
|
boolean |
TCharLinkedList.retainAll(TCharCollection
Removes any values in the collection which are not contained in
TCharCollection.
|
| Modifier and Type | Method and Description |
|---|---|
TCharCollection |
TFloatCharMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
TCharCollection |
TObjectCharMap.valueCollection()
Returns a
TCharCollection view of the values contained in this map.
|
TCharCollection |
TShortCharMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
TCharCollection |
TByteCharMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
TCharCollection |
TIntCharMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
TCharCollection |
TDoubleCharMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
TCharCollection |
TCharCharMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
TCharCollection |
TLongCharMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
| Modifier and Type | Method and Description |
|---|---|
TCharCollection |
TObjectCharCustomHashMap.valueCollection()
Returns a
TCharCollection view of the values contained in this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TByteCharHashMap
a view onto the values of the map.
|
protected class |
TCharByteHashMap
a view onto the keys of the map.
|
protected class |
TCharCharHashMap
a view onto the keys of the map.
|
protected class |
TCharCharHashMap
a view onto the values of the map.
|
protected class |
TCharDoubleHashMap
a view onto the keys of the map.
|
protected class |
TCharFloatHashMap
a view onto the keys of the map.
|
protected class |
TCharIntHashMap
a view onto the keys of the map.
|
protected class |
TCharLongHashMap
a view onto the keys of the map.
|
protected class |
TCharShortHashMap
a view onto the keys of the map.
|
protected class |
TDoubleCharHashMap
a view onto the values of the map.
|
protected class |
TFloatCharHashMap
a view onto the values of the map.
|
protected class |
TIntCharHashMap
a view onto the values of the map.
|
protected class |
TLongCharHashMap
a view onto the values of the map.
|
protected class |
TShortCharHashMap
a view onto the values of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TCharCollection |
TObjectCharHashMap.valueCollection()
Returns a
TCharCollection view of the values contained in this map.
|
TCharCollection |
TShortCharHashMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
TCharCollection |
TDoubleCharHashMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
TCharCollection |
TLongCharHashMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
TCharCollection |
TCharCharHashMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
TCharCollection |
TByteCharHashMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
TCharCollection |
TIntCharHashMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
TCharCollection |
TFloatCharHashMap.valueCollection()
Returns the values of the map as a
TCharCollection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharLongHashMap.TKeyView.addAll(TCharCollection
Unsupported when operating upon a Key Set view of a TCharLongMap
Adds all of the elements in the
TCharCollection to the set.
|
boolean |
TCharShortHashMap.TKeyView.addAll(TCharCollection
Unsupported when operating upon a Key Set view of a TCharShortMap
Adds all of the elements in the
TCharCollection to the set.
|
boolean |
TShortCharHashMap.TValueView.addAll(TCharCollection
Adds all of the elements in the
TCharCollection to the collection.
|
boolean |
TCharByteHashMap.TKeyView.addAll(TCharCollection
Unsupported when operating upon a Key Set view of a TCharByteMap
Adds all of the elements in the
TCharCollection to the set.
|
boolean |
TCharFloatHashMap.TKeyView.addAll(TCharCollection
Unsupported when operating upon a Key Set view of a TCharFloatMap
Adds all of the elements in the
TCharCollection to the set.
|
boolean |
TDoubleCharHashMap.TValueView.addAll(TCharCollection
Adds all of the elements in the
TCharCollection to the collection.
|
boolean |
TLongCharHashMap.TValueView.addAll(TCharCollection
Adds all of the elements in the
TCharCollection to the collection.
|
boolean |
TCharCharHashMap.TKeyView.addAll(TCharCollection
Unsupported when operating upon a Key Set view of a TCharCharMap
Adds all of the elements in the
TCharCollection to the set.
|
boolean |
TCharCharHashMap.TValueView.addAll(TCharCollection
Adds all of the elements in the
TCharCollection to the collection.
|
boolean |
TCharDoubleHashMap.TKeyView.addAll(TCharCollection
Unsupported when operating upon a Key Set view of a TCharDoubleMap
Adds all of the elements in the
TCharCollection to the set.
|
boolean |
TCharIntHashMap.TKeyView.addAll(TCharCollection
Unsupported when operating upon a Key Set view of a TCharIntMap
Adds all of the elements in the
TCharCollection to the set.
|
boolean |
TByteCharHashMap.TValueView.addAll(TCharCollection
Adds all of the elements in the
TCharCollection to the collection.
|
boolean |
TIntCharHashMap.TValueView.addAll(TCharCollection
Adds all of the elements in the
TCharCollection to the collection.
|
boolean |
TFloatCharHashMap.TValueView.addAll(TCharCollection
Adds all of the elements in the
TCharCollection to the collection.
|
boolean |
TCharLongHashMap.TKeyView.containsAll(TCharCollection
Tests the set to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharShortHashMap.TKeyView.containsAll(TCharCollection
Tests the set to determine if all of the elements in
TCharCollection are present.
|
boolean |
TShortCharHashMap.TValueView.containsAll(TCharCollection
Tests the collection to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharByteHashMap.TKeyView.containsAll(TCharCollection
Tests the set to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharFloatHashMap.TKeyView.containsAll(TCharCollection
Tests the set to determine if all of the elements in
TCharCollection are present.
|
boolean |
TDoubleCharHashMap.TValueView.containsAll(TCharCollection
Tests the collection to determine if all of the elements in
TCharCollection are present.
|
boolean |
TLongCharHashMap.TValueView.containsAll(TCharCollection
Tests the collection to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharCharHashMap.TKeyView.containsAll(TCharCollection
Tests the set to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharCharHashMap.TValueView.containsAll(TCharCollection
Tests the collection to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharDoubleHashMap.TKeyView.containsAll(TCharCollection
Tests the set to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharIntHashMap.TKeyView.containsAll(TCharCollection
Tests the set to determine if all of the elements in
TCharCollection are present.
|
boolean |
TByteCharHashMap.TValueView.containsAll(TCharCollection
Tests the collection to determine if all of the elements in
TCharCollection are present.
|
boolean |
TIntCharHashMap.TValueView.containsAll(TCharCollection
Tests the collection to determine if all of the elements in
TCharCollection are present.
|
boolean |
TFloatCharHashMap.TValueView.containsAll(TCharCollection
Tests the collection to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharLongHashMap.TKeyView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the set.
|
boolean |
TCharShortHashMap.TKeyView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the set.
|
boolean |
TShortCharHashMap.TValueView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the collection.
|
boolean |
TCharByteHashMap.TKeyView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the set.
|
boolean |
TCharFloatHashMap.TKeyView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the set.
|
boolean |
TDoubleCharHashMap.TValueView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the collection.
|
boolean |
TLongCharHashMap.TValueView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the collection.
|
boolean |
TCharCharHashMap.TKeyView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the set.
|
boolean |
TCharCharHashMap.TValueView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the collection.
|
boolean |
TCharDoubleHashMap.TKeyView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the set.
|
boolean |
TCharIntHashMap.TKeyView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the set.
|
boolean |
TByteCharHashMap.TValueView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the collection.
|
boolean |
TIntCharHashMap.TValueView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the collection.
|
boolean |
TFloatCharHashMap.TValueView.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the collection.
|
boolean |
TCharLongHashMap.TKeyView.retainAll(TCharCollection
Removes any values in the set which are not contained in
TCharCollection.
|
boolean |
TCharShortHashMap.TKeyView.retainAll(TCharCollection
Removes any values in the set which are not contained in
TCharCollection.
|
boolean |
TShortCharHashMap.TValueView.retainAll(TCharCollection
Removes any values in the collection which are not contained in
TCharCollection.
|
boolean |
TCharByteHashMap.TKeyView.retainAll(TCharCollection
Removes any values in the set which are not contained in
TCharCollection.
|
boolean |
TCharFloatHashMap.TKeyView.retainAll(TCharCollection
Removes any values in the set which are not contained in
TCharCollection.
|
boolean |
TDoubleCharHashMap.TValueView.retainAll(TCharCollection
Removes any values in the collection which are not contained in
TCharCollection.
|
boolean |
TLongCharHashMap.TValueView.retainAll(TCharCollection
Removes any values in the collection which are not contained in
TCharCollection.
|
boolean |
TCharCharHashMap.TKeyView.retainAll(TCharCollection
Removes any values in the set which are not contained in
TCharCollection.
|
boolean |
TCharCharHashMap.TValueView.retainAll(TCharCollection
Removes any values in the collection which are not contained in
TCharCollection.
|
boolean |
TCharDoubleHashMap.TKeyView.retainAll(TCharCollection
Removes any values in the set which are not contained in
TCharCollection.
|
boolean |
TCharIntHashMap.TKeyView.retainAll(TCharCollection
Removes any values in the set which are not contained in
TCharCollection.
|
boolean |
TByteCharHashMap.TValueView.retainAll(TCharCollection
Removes any values in the collection which are not contained in
TCharCollection.
|
boolean |
TIntCharHashMap.TValueView.retainAll(TCharCollection
Removes any values in the collection which are not contained in
TCharCollection.
|
boolean |
TFloatCharHashMap.TValueView.retainAll(TCharCollection
Removes any values in the collection which are not contained in
TCharCollection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TCharQueue
Interface for Trove queue implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TCharSet
An implementation of the
Set interface that uses an open-addressed hash table to store its contents.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharSet.addAll(TCharCollection
Adds all of the elements in the
TCharCollection to the set.
|
boolean |
TCharSet.containsAll(TCharCollection
Tests the set to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharSet.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the set.
|
boolean |
TCharSet.retainAll(TCharCollection
Removes any values in the set which are not contained in
TCharCollection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCharHashSet
An open addressed set implementation for char primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharHashSet.addAll(TCharCollection
Adds all of the elements in the
TCharCollection to the set.
|
boolean |
TCharHashSet.containsAll(TCharCollection
Tests the set to determine if all of the elements in
TCharCollection are present.
|
boolean |
TCharHashSet.removeAll(TCharCollection
Removes all of the elements in
TCharCollection from the set.
|
boolean |
TCharHashSet.retainAll(TCharCollection
Removes any values in the set which are not contained in
TCharCollection.
|
| Constructor and Description | |
|---|---|
TCharHashSet(TCharCollection
Creates a new
TCharHashSet instance that is a copy of the existing set.
|