| Modifier and Type | Method and Description |
|---|---|
static TByteCollection |
TCollections.synchronizedCollection(TByteCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TByteCollection |
TCollections.unmodifiableCollection(TByteCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteCollection.addAll(TByteCollection
Adds all of the elements in the
TByteCollection to the collection.
|
boolean |
TByteCollection.containsAll(TByteCollection
Tests the collection to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteCollection.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the collection.
|
boolean |
TByteCollection.retainAll(TByteCollection
Removes any values in the collection which are not contained in
TByteCollection.
|
static TByteCollection |
TCollections.synchronizedCollection(TByteCollection
Returns a synchronized (thread-safe) Trove collection backed by the specified Trove collection.
|
static TByteCollection |
TCollections.unmodifiableCollection(TByteCollection
Returns an unmodifiable view of the specified Trove primitive collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedByteCollection
|
class |
TSynchronizedByteList
|
class |
TSynchronizedByteSet
|
class |
TSynchronizedRandomAccessByteList
|
| Modifier and Type | Method and Description |
|---|---|
TByteCollection |
TSynchronizedIntByteMap.valueCollection()
|
TByteCollection |
TSynchronizedFloatByteMap.valueCollection()
|
TByteCollection |
TSynchronizedShortByteMap.valueCollection()
|
TByteCollection |
TSynchronizedObjectByteMap.valueCollection()
|
TByteCollection |
TSynchronizedCharByteMap.valueCollection()
|
TByteCollection |
TSynchronizedByteByteMap.valueCollection()
|
TByteCollection |
TSynchronizedDoubleByteMap.valueCollection()
|
TByteCollection |
TSynchronizedLongByteMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedByteCollection.addAll(TByteCollection
|
boolean |
TSynchronizedByteCollection.containsAll(TByteCollection
|
boolean |
TSynchronizedByteCollection.removeAll(TByteCollection
|
boolean |
TSynchronizedByteCollection.retainAll(TByteCollection
|
| Constructor and Description | |
|---|---|
TSynchronizedByteCollection(TByteCollection
|
|
TSynchronizedByteCollection(TByteCollection
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableByteCollection
|
class |
TUnmodifiableByteList
|
class |
TUnmodifiableByteSet
|
class |
TUnmodifiableRandomAccessByteList
|
| Modifier and Type | Method and Description |
|---|---|
TByteCollection |
TUnmodifiableIntByteMap.valueCollection()
|
TByteCollection |
TUnmodifiableShortByteMap.valueCollection()
|
TByteCollection |
TUnmodifiableDoubleByteMap.valueCollection()
|
TByteCollection |
TUnmodifiableByteByteMap.valueCollection()
|
TByteCollection |
TUnmodifiableLongByteMap.valueCollection()
|
TByteCollection |
TUnmodifiableFloatByteMap.valueCollection()
|
TByteCollection |
TUnmodifiableObjectByteMap.valueCollection()
|
TByteCollection |
TUnmodifiableCharByteMap.valueCollection()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableByteCollection.addAll(TByteCollection
|
boolean |
TUnmodifiableByteCollection.containsAll(TByteCollection
|
boolean |
TUnmodifiableByteCollection.removeAll(TByteCollection
|
boolean |
TUnmodifiableByteCollection.retainAll(TByteCollection
|
| Constructor and Description | |
|---|---|
TUnmodifiableByteCollection(TByteCollection
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TByteList
Interface for Trove list implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TByteArrayList
A resizable, array-backed list of byte primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteArrayList.addAll(TByteCollection
Adds all of the elements in the
TByteCollection to the collection.
|
boolean |
TByteArrayList.containsAll(TByteCollection
Tests the collection to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteArrayList.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the collection.
|
boolean |
TByteArrayList.retainAll(TByteCollection
Removes any values in the collection which are not contained in
TByteCollection.
|
| Constructor and Description | |
|---|---|
TByteArrayList(TByteCollection
Creates a new
TByteArrayList instance that contains a copy of the collection passed to us.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TByteLinkedList
A resizable, double linked list of byte primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteLinkedList.addAll(TByteCollection
Adds all of the elements in the
TByteCollection to the collection.
|
boolean |
TByteLinkedList.containsAll(TByteCollection
Tests the collection to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteLinkedList.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the collection.
|
boolean |
TByteLinkedList.retainAll(TByteCollection
Removes any values in the collection which are not contained in
TByteCollection.
|
| Modifier and Type | Method and Description |
|---|---|
TByteCollection |
TShortByteMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TLongByteMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TFloatByteMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TCharByteMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TDoubleByteMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TIntByteMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TByteByteMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TObjectByteMap.valueCollection()
Returns a
TByteCollection view of the values contained in this map.
|
| Modifier and Type | Method and Description |
|---|---|
TByteCollection |
TObjectByteCustomHashMap.valueCollection()
Returns a
TByteCollection view of the values contained in this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TByteByteHashMap
a view onto the keys of the map.
|
protected class |
TByteByteHashMap
a view onto the values of the map.
|
protected class |
TByteCharHashMap
a view onto the keys of the map.
|
protected class |
TByteDoubleHashMap
a view onto the keys of the map.
|
protected class |
TByteFloatHashMap
a view onto the keys of the map.
|
protected class |
TByteIntHashMap
a view onto the keys of the map.
|
protected class |
TByteLongHashMap
a view onto the keys of the map.
|
protected class |
TByteShortHashMap
a view onto the keys of the map.
|
protected class |
TCharByteHashMap
a view onto the values of the map.
|
protected class |
TDoubleByteHashMap
a view onto the values of the map.
|
protected class |
TFloatByteHashMap
a view onto the values of the map.
|
protected class |
TIntByteHashMap
a view onto the values of the map.
|
protected class |
TLongByteHashMap
a view onto the values of the map.
|
protected class |
TShortByteHashMap
a view onto the values of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TByteCollection |
TDoubleByteHashMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TShortByteHashMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TIntByteHashMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TCharByteHashMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TFloatByteHashMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TObjectByteHashMap.valueCollection()
Returns a
TByteCollection view of the values contained in this map.
|
TByteCollection |
TByteByteHashMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
TByteCollection |
TLongByteHashMap.valueCollection()
Returns the values of the map as a
TByteCollection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteDoubleHashMap.TKeyView.addAll(TByteCollection
Unsupported when operating upon a Key Set view of a TByteDoubleMap
Adds all of the elements in the
TByteCollection to the set.
|
boolean |
TDoubleByteHashMap.TValueView.addAll(TByteCollection
Adds all of the elements in the
TByteCollection to the collection.
|
boolean |
TShortByteHashMap.TValueView.addAll(TByteCollection
Adds all of the elements in the
TByteCollection to the collection.
|
boolean |
TIntByteHashMap.TValueView.addAll(TByteCollection
Adds all of the elements in the
TByteCollection to the collection.
|
boolean |
TCharByteHashMap.TValueView.addAll(TByteCollection
Adds all of the elements in the
TByteCollection to the collection.
|
boolean |
TFloatByteHashMap.TValueView.addAll(TByteCollection
Adds all of the elements in the
TByteCollection to the collection.
|
boolean |
TByteShortHashMap.TKeyView.addAll(TByteCollection
Unsupported when operating upon a Key Set view of a TByteShortMap
Adds all of the elements in the
TByteCollection to the set.
|
boolean |
TByteIntHashMap.TKeyView.addAll(TByteCollection
Unsupported when operating upon a Key Set view of a TByteIntMap
Adds all of the elements in the
TByteCollection to the set.
|
boolean |
TByteCharHashMap.TKeyView.addAll(TByteCollection
Unsupported when operating upon a Key Set view of a TByteCharMap
Adds all of the elements in the
TByteCollection to the set.
|
boolean |
TByteFloatHashMap.TKeyView.addAll(TByteCollection
Unsupported when operating upon a Key Set view of a TByteFloatMap
Adds all of the elements in the
TByteCollection to the set.
|
boolean |
TByteByteHashMap.TKeyView.addAll(TByteCollection
Unsupported when operating upon a Key Set view of a TByteByteMap
Adds all of the elements in the
TByteCollection to the set.
|
boolean |
TByteByteHashMap.TValueView.addAll(TByteCollection
Adds all of the elements in the
TByteCollection to the collection.
|
boolean |
TLongByteHashMap.TValueView.addAll(TByteCollection
Adds all of the elements in the
TByteCollection to the collection.
|
boolean |
TByteLongHashMap.TKeyView.addAll(TByteCollection
Unsupported when operating upon a Key Set view of a TByteLongMap
Adds all of the elements in the
TByteCollection to the set.
|
boolean |
TByteDoubleHashMap.TKeyView.containsAll(TByteCollection
Tests the set to determine if all of the elements in
TByteCollection are present.
|
boolean |
TDoubleByteHashMap.TValueView.containsAll(TByteCollection
Tests the collection to determine if all of the elements in
TByteCollection are present.
|
boolean |
TShortByteHashMap.TValueView.containsAll(TByteCollection
Tests the collection to determine if all of the elements in
TByteCollection are present.
|
boolean |
TIntByteHashMap.TValueView.containsAll(TByteCollection
Tests the collection to determine if all of the elements in
TByteCollection are present.
|
boolean |
TCharByteHashMap.TValueView.containsAll(TByteCollection
Tests the collection to determine if all of the elements in
TByteCollection are present.
|
boolean |
TFloatByteHashMap.TValueView.containsAll(TByteCollection
Tests the collection to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteShortHashMap.TKeyView.containsAll(TByteCollection
Tests the set to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteIntHashMap.TKeyView.containsAll(TByteCollection
Tests the set to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteCharHashMap.TKeyView.containsAll(TByteCollection
Tests the set to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteFloatHashMap.TKeyView.containsAll(TByteCollection
Tests the set to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteByteHashMap.TKeyView.containsAll(TByteCollection
Tests the set to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteByteHashMap.TValueView.containsAll(TByteCollection
Tests the collection to determine if all of the elements in
TByteCollection are present.
|
boolean |
TLongByteHashMap.TValueView.containsAll(TByteCollection
Tests the collection to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteLongHashMap.TKeyView.containsAll(TByteCollection
Tests the set to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteDoubleHashMap.TKeyView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the set.
|
boolean |
TDoubleByteHashMap.TValueView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the collection.
|
boolean |
TShortByteHashMap.TValueView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the collection.
|
boolean |
TIntByteHashMap.TValueView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the collection.
|
boolean |
TCharByteHashMap.TValueView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the collection.
|
boolean |
TFloatByteHashMap.TValueView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the collection.
|
boolean |
TByteShortHashMap.TKeyView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the set.
|
boolean |
TByteIntHashMap.TKeyView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the set.
|
boolean |
TByteCharHashMap.TKeyView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the set.
|
boolean |
TByteFloatHashMap.TKeyView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the set.
|
boolean |
TByteByteHashMap.TKeyView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the set.
|
boolean |
TByteByteHashMap.TValueView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the collection.
|
boolean |
TLongByteHashMap.TValueView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the collection.
|
boolean |
TByteLongHashMap.TKeyView.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the set.
|
boolean |
TByteDoubleHashMap.TKeyView.retainAll(TByteCollection
Removes any values in the set which are not contained in
TByteCollection.
|
boolean |
TDoubleByteHashMap.TValueView.retainAll(TByteCollection
Removes any values in the collection which are not contained in
TByteCollection.
|
boolean |
TShortByteHashMap.TValueView.retainAll(TByteCollection
Removes any values in the collection which are not contained in
TByteCollection.
|
boolean |
TIntByteHashMap.TValueView.retainAll(TByteCollection
Removes any values in the collection which are not contained in
TByteCollection.
|
boolean |
TCharByteHashMap.TValueView.retainAll(TByteCollection
Removes any values in the collection which are not contained in
TByteCollection.
|
boolean |
TFloatByteHashMap.TValueView.retainAll(TByteCollection
Removes any values in the collection which are not contained in
TByteCollection.
|
boolean |
TByteShortHashMap.TKeyView.retainAll(TByteCollection
Removes any values in the set which are not contained in
TByteCollection.
|
boolean |
TByteIntHashMap.TKeyView.retainAll(TByteCollection
Removes any values in the set which are not contained in
TByteCollection.
|
boolean |
TByteCharHashMap.TKeyView.retainAll(TByteCollection
Removes any values in the set which are not contained in
TByteCollection.
|
boolean |
TByteFloatHashMap.TKeyView.retainAll(TByteCollection
Removes any values in the set which are not contained in
TByteCollection.
|
boolean |
TByteByteHashMap.TKeyView.retainAll(TByteCollection
Removes any values in the set which are not contained in
TByteCollection.
|
boolean |
TByteByteHashMap.TValueView.retainAll(TByteCollection
Removes any values in the collection which are not contained in
TByteCollection.
|
boolean |
TLongByteHashMap.TValueView.retainAll(TByteCollection
Removes any values in the collection which are not contained in
TByteCollection.
|
boolean |
TByteLongHashMap.TKeyView.retainAll(TByteCollection
Removes any values in the set which are not contained in
TByteCollection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TByteQueue
Interface for Trove queue implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TByteSet
An implementation of the
Set interface that uses an open-addressed hash table to store its contents.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteSet.addAll(TByteCollection
Adds all of the elements in the
TByteCollection to the set.
|
boolean |
TByteSet.containsAll(TByteCollection
Tests the set to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteSet.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the set.
|
boolean |
TByteSet.retainAll(TByteCollection
Removes any values in the set which are not contained in
TByteCollection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TByteHashSet
An open addressed set implementation for byte primitives.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteHashSet.addAll(TByteCollection
Adds all of the elements in the
TByteCollection to the set.
|
boolean |
TByteHashSet.containsAll(TByteCollection
Tests the set to determine if all of the elements in
TByteCollection are present.
|
boolean |
TByteHashSet.removeAll(TByteCollection
Removes all of the elements in
TByteCollection from the set.
|
boolean |
TByteHashSet.retainAll(TByteCollection
Removes any values in the set which are not contained in
TByteCollection.
|
| Constructor and Description | |
|---|---|
TByteHashSet(TByteCollection
Creates a new
TByteHashSet instance that is a copy of the existing set.
|