| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.bytes |
Provides type-specific classes for byte elements or keys.
|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| it.unimi.dsi.fastutil.doubles |
Provides type-specific classes for double elements or keys.
|
| it.unimi.dsi.fastutil.floats |
Provides type-specific classes for float elements or keys.
|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| it.unimi.dsi.fastutil.shorts |
Provides type-specific classes for short elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteBigList
A type-specific
BigList; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
ByteList
A type-specific
List; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
ByteSet
A type-specific
Set; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
ByteSortedSet
A type-specific
SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractByte2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected class |
AbstractByte2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractByte2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
class |
AbstractByteBigList
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
|
static class |
AbstractByteBigList.ByteSubList
A class implementing a sublist view.
|
class |
AbstractByteCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
class |
AbstractByteList
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
static class |
AbstractByteList.ByteSubList
A class implementing a sublist view.
|
class |
AbstractByteSet
An abstract class providing basic methods for sets implementing a type-specific interface.
|
class |
AbstractByteSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
class |
ByteArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
class |
ByteArraySet
A simple, brute-force implementation of a set based on a backing array.
|
class |
ByteAVLTreeSet
A type-specific AVL tree set with a fast, small-footprint implementation.
|
class |
ByteBigArrayBigList
A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
|
static class |
ByteBigLists.EmptyBigList
An immutable class representing an empty type-specific big list.
|
static class |
ByteBigLists.ListBigList
A class exposing a list as a big list.
|
static class |
ByteBigLists.Singleton
An immutable class representing a type-specific singleton big list.
|
static class |
ByteBigLists.SynchronizedBigList
A synchronized wrapper class for big lists.
|
static class |
ByteBigLists.UnmodifiableBigList
An unmodifiable wrapper class for big lists.
|
static class |
ByteCollections.EmptyCollection
An immutable class representing an empty type-specific collection.
|
static class |
ByteCollections.IterableCollection
A collection wrapper class for iterables.
|
static class |
ByteCollections.SynchronizedCollection
A synchronized wrapper class for collections.
|
static class |
ByteCollections.UnmodifiableCollection
An unmodifiable wrapper class for collections.
|
class |
ByteLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
class |
ByteLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
static class |
ByteLists.EmptyList
An immutable class representing an empty type-specific list.
|
static class |
ByteLists.Singleton
An immutable class representing a type-specific singleton list.
|
static class |
ByteLists.SynchronizedList
A synchronized wrapper class for lists.
|
static class |
ByteLists.SynchronizedRandomAccessList
A synchronized wrapper class for random-access lists.
|
static class |
ByteLists.UnmodifiableList
An unmodifiable wrapper class for lists.
|
static class |
ByteLists.UnmodifiableRandomAccessList
An unmodifiable wrapper class for random-access lists.
|
class |
ByteOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
class |
ByteOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation.
|
class |
ByteRBTreeSet
A type-specific red-black tree set with a fast, small-footprint implementation.
|
static class |
ByteSets.EmptySet
An immutable class representing the empty set and implementing a type-specific set interface.
|
static class |
ByteSets.Singleton
An immutable class representing a type-specific singleton set.
|
static class |
ByteSets.SynchronizedSet
A synchronized wrapper class for sets.
|
static class |
ByteSets.UnmodifiableSet
An unmodifiable wrapper class for sets.
|
static class |
ByteSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
static class |
ByteSortedSets.Singleton
A class representing a singleton sorted set.
|
static class |
ByteSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets.
|
static class |
ByteSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteCollection |
ByteCollections.SynchronizedCollection.collection |
protected ByteCollection |
ByteCollections.UnmodifiableCollection.collection |
protected ByteCollection |
Byte2ByteOpenCustomHashMap.values
Cached collection of values.
|
protected ByteCollection |
Byte2ByteLinkedOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Byte2ByteMaps.Singleton.values |
protected ByteCollection |
Byte2ByteMaps.SynchronizedMap.values |
protected ByteCollection |
Byte2ByteMaps.UnmodifiableMap.values |
protected ByteCollection |
Byte2ByteAVLTreeMap.values
Cached collection of values.
|
protected ByteCollection |
Byte2ByteOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Byte2ByteRBTreeMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
static ByteCollection |
ByteCollections.asCollection(ByteIterable iterable)
Returns an unmodifiable collection backed by the specified iterable.
|
static ByteCollection |
ByteCollections.synchronize(ByteCollection c)
Returns a synchronized collection backed by the specified collection.
|
static ByteCollection |
ByteCollections.synchronize(ByteCollection c,
Object sync)
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
|
static ByteCollection |
ByteCollections.unmodifiable(ByteCollection c)
Returns an unmodifiable collection backed by the specified collection.
|
ByteCollection |
Byte2ByteMap.values() |
ByteCollection |
Byte2ByteOpenCustomHashMap.values() |
ByteCollection |
Byte2ByteLinkedOpenHashMap.values() |
ByteCollection |
AbstractByte2ByteMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Byte2ByteMaps.EmptyMap.values() |
ByteCollection |
Byte2ByteMaps.Singleton.values() |
ByteCollection |
Byte2ByteMaps.SynchronizedMap.values() |
ByteCollection |
Byte2ByteMaps.UnmodifiableMap.values() |
ByteCollection |
Byte2ByteAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ByteCollection |
Byte2ByteSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
ByteCollection |
Byte2ByteArrayMap.values() |
ByteCollection |
Byte2ByteOpenHashMap.values() |
ByteCollection |
AbstractByte2ByteSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Byte2ByteRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ByteOpenCustomHashSet.addAll(ByteCollection c) |
boolean |
AbstractByteCollection.addAll(ByteCollection c) |
boolean |
ByteSets.Singleton.addAll(ByteCollection c) |
boolean |
ByteBigLists.EmptyBigList.addAll(ByteCollection c) |
boolean |
ByteBigLists.Singleton.addAll(ByteCollection c) |
boolean |
ByteBigLists.ListBigList.addAll(ByteCollection c) |
boolean |
ByteOpenHashSet.addAll(ByteCollection c) |
boolean |
ByteLinkedOpenHashSet.addAll(ByteCollection c) |
boolean |
ByteCollections.EmptyCollection.addAll(ByteCollection c) |
boolean |
ByteCollections.SynchronizedCollection.addAll(ByteCollection c) |
boolean |
ByteCollections.UnmodifiableCollection.addAll(ByteCollection c) |
boolean |
AbstractByteBigList.addAll(ByteCollection c)
Adds all elements of the given type-specific collection to this collection.
|
boolean |
ByteLists.Singleton.addAll(ByteCollection c) |
boolean |
ByteCollection.addAll(ByteCollection c)
Adds all elements of the given type-specific collection to this collection.
|
boolean |
AbstractByteList.addAll(ByteCollection c)
Adds all elements of the given type-specific collection to this collection.
|
boolean |
ByteLinkedOpenCustomHashSet.addAll(ByteCollection c) |
boolean |
ByteList.addAll(int index,
ByteCollection c)
Inserts all of the elements in the specified type-specific collection into this type-specific list at the specified position (optional operation).
|
boolean |
ByteLists.EmptyList.addAll(int i,
ByteCollection c) |
boolean |
ByteLists.Singleton.addAll(int i,
ByteCollection c) |
boolean |
ByteLists.SynchronizedList.addAll(int index,
ByteCollection c) |
boolean |
ByteLists.UnmodifiableList.addAll(int index,
ByteCollection c) |
boolean |
ByteArrayList.addAll(int index,
ByteCollection c) |
boolean |
AbstractByteList.addAll(int index,
ByteCollection c) |
boolean |
AbstractByteList.ByteSubList.addAll(int index,
ByteCollection c) |
boolean |
ByteBigLists.EmptyBigList.addAll(long i,
ByteCollection c) |
boolean |
ByteBigLists.Singleton.addAll(long i,
ByteCollection c) |
boolean |
ByteBigLists.SynchronizedBigList.addAll(long index,
ByteCollection c) |
boolean |
ByteBigLists.UnmodifiableBigList.addAll(long index,
ByteCollection c) |
boolean |
ByteBigLists.ListBigList.addAll(long index,
ByteCollection c) |
boolean |
AbstractByteBigList.addAll(long index,
ByteCollection c)
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
|
boolean |
AbstractByteBigList.ByteSubList.addAll(long index,
ByteCollection c) |
boolean |
ByteBigList.addAll(long index,
ByteCollection c)
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
|
boolean |
AbstractByteCollection.containsAll(ByteCollection c) |
boolean |
ByteBigLists.ListBigList.containsAll(ByteCollection c) |
boolean |
ByteCollections.SynchronizedCollection.containsAll(ByteCollection c) |
boolean |
ByteCollections.UnmodifiableCollection.containsAll(ByteCollection c) |
boolean |
ByteCollection.containsAll(ByteCollection c)
Checks whether this collection contains all elements from the given type-specific collection.
|
static int |
ByteIterators.pour(ByteIterator i,
ByteCollection s)
Pours an iterator into a type-specific collection.
|
static int |
ByteIterators.pour(ByteIterator i,
ByteCollection s,
int max)
Pours an iterator into a type-specific collection, with a limit on the number of elements.
|
boolean |
AbstractByteCollection.removeAll(ByteCollection c) |
boolean |
ByteSets.Singleton.removeAll(ByteCollection c) |
boolean |
ByteBigLists.Singleton.removeAll(ByteCollection c) |
boolean |
ByteBigLists.ListBigList.removeAll(ByteCollection c) |
boolean |
ByteCollections.EmptyCollection.removeAll(ByteCollection c) |
boolean |
ByteCollections.SynchronizedCollection.removeAll(ByteCollection c) |
boolean |
ByteCollections.UnmodifiableCollection.removeAll(ByteCollection c) |
boolean |
ByteLists.Singleton.removeAll(ByteCollection c) |
boolean |
ByteArrayList.removeAll(ByteCollection c) |
boolean |
ByteBigArrayBigList.removeAll(ByteCollection c) |
boolean |
ByteCollection.removeAll(ByteCollection c)
Remove from this collection all elements in the given type-specific collection.
|
boolean |
AbstractByteCollection.retainAll(ByteCollection c) |
boolean |
ByteSets.Singleton.retainAll(ByteCollection c) |
boolean |
ByteBigLists.Singleton.retainAll(ByteCollection c) |
boolean |
ByteBigLists.ListBigList.retainAll(ByteCollection c) |
boolean |
ByteCollections.EmptyCollection.retainAll(ByteCollection c) |
boolean |
ByteCollections.SynchronizedCollection.retainAll(ByteCollection c) |
boolean |
ByteCollections.UnmodifiableCollection.retainAll(ByteCollection c) |
boolean |
ByteLists.Singleton.retainAll(ByteCollection c) |
boolean |
ByteCollection.retainAll(ByteCollection c)
Retains in this collection only elements from the given type-specific collection.
|
static ByteCollection |
ByteCollections.synchronize(ByteCollection c)
Returns a synchronized collection backed by the specified collection.
|
static ByteCollection |
ByteCollections.synchronize(ByteCollection c,
Object sync)
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
|
static ByteCollection |
ByteCollections.unmodifiable(ByteCollection c)
Returns an unmodifiable collection backed by the specified collection.
|
static long |
ByteIterators.unwrap(ByteIterator i,
ByteCollection c)
Unwraps an iterator into a type-specific collection.
|
static int |
ByteIterators.unwrap(ByteIterator i,
ByteCollection c,
int max)
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
|
| Constructor and Description |
|---|
ByteArrayList(ByteCollection c)
Creates a new array list and fills it with a given type-specific collection.
|
ByteArraySet(ByteCollection c)
Creates a new array set copying the contents of a given collection.
|
ByteAVLTreeSet(ByteCollection c)
Creates a new tree set copying a given type-specific collection.
|
ByteBigArrayBigList(ByteCollection c)
Creates a new big-array big list and fills it with a given type-specific collection.
|
ByteHeapPriorityQueue(ByteCollection collection)
Creates a queue using the elements in a type-specific collection using the natural order.
|
ByteHeapPriorityQueue(ByteCollection collection,
ByteComparator c)
Creates a queue using the elements in a type-specific collection using a given comparator.
|
ByteLinkedOpenCustomHashSet(ByteCollection c,
ByteHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
ByteLinkedOpenCustomHashSet(ByteCollection c,
float f,
ByteHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection.
|
ByteLinkedOpenHashSet(ByteCollection c)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
ByteLinkedOpenHashSet(ByteCollection c,
float f)
Creates a new hash set copying a given type-specific collection.
|
ByteOpenCustomHashSet(ByteCollection c,
ByteHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
ByteOpenCustomHashSet(ByteCollection c,
float f,
ByteHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection.
|
ByteOpenHashSet(ByteCollection c)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
ByteOpenHashSet(ByteCollection c,
float f)
Creates a new hash set copying a given type-specific collection.
|
ByteRBTreeSet(ByteCollection c)
Creates a new tree set copying a given type-specific collection.
|
SynchronizedCollection(ByteCollection c) |
SynchronizedCollection(ByteCollection c,
Object sync) |
UnmodifiableCollection(ByteCollection c) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractChar2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteCollection |
Char2ByteOpenCustomHashMap.values
Cached collection of values.
|
protected ByteCollection |
Char2ByteLinkedOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Char2ByteMaps.Singleton.values |
protected ByteCollection |
Char2ByteMaps.SynchronizedMap.values |
protected ByteCollection |
Char2ByteMaps.UnmodifiableMap.values |
protected ByteCollection |
Char2ByteOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Char2ByteAVLTreeMap.values
Cached collection of values.
|
protected ByteCollection |
Char2ByteRBTreeMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
ByteCollection |
Char2ByteOpenCustomHashMap.values() |
ByteCollection |
Char2ByteLinkedOpenHashMap.values() |
ByteCollection |
Char2ByteMap.values() |
ByteCollection |
AbstractChar2ByteSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
AbstractChar2ByteMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Char2ByteArrayMap.values() |
ByteCollection |
Char2ByteMaps.EmptyMap.values() |
ByteCollection |
Char2ByteMaps.Singleton.values() |
ByteCollection |
Char2ByteMaps.SynchronizedMap.values() |
ByteCollection |
Char2ByteMaps.UnmodifiableMap.values() |
ByteCollection |
Char2ByteOpenHashMap.values() |
ByteCollection |
Char2ByteAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ByteCollection |
Char2ByteSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
ByteCollection |
Char2ByteRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractDouble2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteCollection |
Double2ByteMaps.Singleton.values |
protected ByteCollection |
Double2ByteMaps.SynchronizedMap.values |
protected ByteCollection |
Double2ByteMaps.UnmodifiableMap.values |
protected ByteCollection |
Double2ByteAVLTreeMap.values
Cached collection of values.
|
protected ByteCollection |
Double2ByteLinkedOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Double2ByteOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Double2ByteRBTreeMap.values
Cached collection of values.
|
protected ByteCollection |
Double2ByteOpenCustomHashMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
ByteCollection |
Double2ByteSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
ByteCollection |
Double2ByteMaps.EmptyMap.values() |
ByteCollection |
Double2ByteMaps.Singleton.values() |
ByteCollection |
Double2ByteMaps.SynchronizedMap.values() |
ByteCollection |
Double2ByteMaps.UnmodifiableMap.values() |
ByteCollection |
Double2ByteMap.values() |
ByteCollection |
AbstractDouble2ByteSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Double2ByteAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ByteCollection |
Double2ByteLinkedOpenHashMap.values() |
ByteCollection |
Double2ByteOpenHashMap.values() |
ByteCollection |
AbstractDouble2ByteMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Double2ByteRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ByteCollection |
Double2ByteOpenCustomHashMap.values() |
ByteCollection |
Double2ByteArrayMap.values() |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractFloat2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteCollection |
Float2ByteRBTreeMap.values
Cached collection of values.
|
protected ByteCollection |
Float2ByteMaps.Singleton.values |
protected ByteCollection |
Float2ByteMaps.SynchronizedMap.values |
protected ByteCollection |
Float2ByteMaps.UnmodifiableMap.values |
protected ByteCollection |
Float2ByteOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Float2ByteLinkedOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Float2ByteAVLTreeMap.values
Cached collection of values.
|
protected ByteCollection |
Float2ByteOpenCustomHashMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
ByteCollection |
Float2ByteRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ByteCollection |
Float2ByteMap.values() |
ByteCollection |
AbstractFloat2ByteMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Float2ByteMaps.EmptyMap.values() |
ByteCollection |
Float2ByteMaps.Singleton.values() |
ByteCollection |
Float2ByteMaps.SynchronizedMap.values() |
ByteCollection |
Float2ByteMaps.UnmodifiableMap.values() |
ByteCollection |
Float2ByteArrayMap.values() |
ByteCollection |
Float2ByteOpenHashMap.values() |
ByteCollection |
AbstractFloat2ByteSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Float2ByteLinkedOpenHashMap.values() |
ByteCollection |
Float2ByteAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ByteCollection |
Float2ByteOpenCustomHashMap.values() |
ByteCollection |
Float2ByteSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractInt2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteCollection |
Int2ByteLinkedOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Int2ByteOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Int2ByteRBTreeMap.values
Cached collection of values.
|
protected ByteCollection |
Int2ByteOpenCustomHashMap.values
Cached collection of values.
|
protected ByteCollection |
Int2ByteMaps.Singleton.values |
protected ByteCollection |
Int2ByteMaps.SynchronizedMap.values |
protected ByteCollection |
Int2ByteMaps.UnmodifiableMap.values |
protected ByteCollection |
Int2ByteAVLTreeMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
ByteCollection |
Int2ByteSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
ByteCollection |
AbstractInt2ByteSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Int2ByteLinkedOpenHashMap.values() |
ByteCollection |
Int2ByteOpenHashMap.values() |
ByteCollection |
Int2ByteRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ByteCollection |
Int2ByteMap.values() |
ByteCollection |
AbstractInt2ByteMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Int2ByteArrayMap.values() |
ByteCollection |
Int2ByteOpenCustomHashMap.values() |
ByteCollection |
Int2ByteMaps.EmptyMap.values() |
ByteCollection |
Int2ByteMaps.Singleton.values() |
ByteCollection |
Int2ByteMaps.SynchronizedMap.values() |
ByteCollection |
Int2ByteMaps.UnmodifiableMap.values() |
ByteCollection |
Int2ByteAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractLong2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteCollection |
Long2ByteMaps.Singleton.values |
protected ByteCollection |
Long2ByteMaps.SynchronizedMap.values |
protected ByteCollection |
Long2ByteMaps.UnmodifiableMap.values |
protected ByteCollection |
Long2ByteOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Long2ByteLinkedOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Long2ByteAVLTreeMap.values
Cached collection of values.
|
protected ByteCollection |
Long2ByteRBTreeMap.values
Cached collection of values.
|
protected ByteCollection |
Long2ByteOpenCustomHashMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
ByteCollection |
AbstractLong2ByteSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Long2ByteMap.values() |
ByteCollection |
Long2ByteMaps.EmptyMap.values() |
ByteCollection |
Long2ByteMaps.Singleton.values() |
ByteCollection |
Long2ByteMaps.SynchronizedMap.values() |
ByteCollection |
Long2ByteMaps.UnmodifiableMap.values() |
ByteCollection |
Long2ByteSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
ByteCollection |
Long2ByteOpenHashMap.values() |
ByteCollection |
Long2ByteLinkedOpenHashMap.values() |
ByteCollection |
Long2ByteAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ByteCollection |
Long2ByteRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ByteCollection |
Long2ByteArrayMap.values() |
ByteCollection |
Long2ByteOpenCustomHashMap.values() |
ByteCollection |
AbstractLong2ByteMap.values()
Returns a type-specific-set view of the values of this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractObject2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected class |
AbstractReference2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteCollection |
Reference2ByteOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Object2ByteOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Reference2ByteLinkedOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Object2ByteOpenCustomHashMap.values
Cached collection of values.
|
protected ByteCollection |
Reference2ByteMaps.Singleton.values |
protected ByteCollection |
Reference2ByteMaps.SynchronizedMap.values |
protected ByteCollection |
Reference2ByteMaps.UnmodifiableMap.values |
protected ByteCollection |
Object2ByteLinkedOpenCustomHashMap.values
Cached collection of values.
|
protected ByteCollection |
Object2ByteMaps.Singleton.values |
protected ByteCollection |
Object2ByteMaps.SynchronizedMap.values |
protected ByteCollection |
Object2ByteMaps.UnmodifiableMap.values |
protected ByteCollection |
Object2ByteLinkedOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Reference2ByteOpenCustomHashMap.values
Cached collection of values.
|
protected ByteCollection |
Object2ByteAVLTreeMap.values
Cached collection of values.
|
protected ByteCollection |
Object2ByteRBTreeMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
ByteCollection |
Reference2ByteOpenHashMap.values() |
ByteCollection |
Reference2ByteArrayMap.values() |
ByteCollection |
AbstractObject2ByteSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Object2ByteSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
ByteCollection |
Object2ByteOpenHashMap.values() |
ByteCollection |
Reference2ByteMap.values() |
ByteCollection |
Reference2ByteLinkedOpenHashMap.values() |
ByteCollection |
AbstractReference2ByteSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
AbstractObject2ByteMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Object2ByteOpenCustomHashMap.values() |
ByteCollection |
Reference2ByteMaps.EmptyMap.values() |
ByteCollection |
Reference2ByteMaps.Singleton.values() |
ByteCollection |
Reference2ByteMaps.SynchronizedMap.values() |
ByteCollection |
Reference2ByteMaps.UnmodifiableMap.values() |
ByteCollection |
Reference2ByteSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
ByteCollection |
Object2ByteMap.values() |
ByteCollection |
Object2ByteLinkedOpenCustomHashMap.values() |
ByteCollection |
Object2ByteMaps.EmptyMap.values() |
ByteCollection |
Object2ByteMaps.Singleton.values() |
ByteCollection |
Object2ByteMaps.SynchronizedMap.values() |
ByteCollection |
Object2ByteMaps.UnmodifiableMap.values() |
ByteCollection |
Object2ByteArrayMap.values() |
ByteCollection |
Object2ByteLinkedOpenHashMap.values() |
ByteCollection |
Reference2ByteOpenCustomHashMap.values() |
ByteCollection |
AbstractReference2ByteMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Object2ByteAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ByteCollection |
Object2ByteRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractShort2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteCollection |
Short2ByteMaps.Singleton.values |
protected ByteCollection |
Short2ByteMaps.SynchronizedMap.values |
protected ByteCollection |
Short2ByteMaps.UnmodifiableMap.values |
protected ByteCollection |
Short2ByteOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Short2ByteOpenCustomHashMap.values
Cached collection of values.
|
protected ByteCollection |
Short2ByteLinkedOpenHashMap.values
Cached collection of values.
|
protected ByteCollection |
Short2ByteAVLTreeMap.values
Cached collection of values.
|
protected ByteCollection |
Short2ByteRBTreeMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
ByteCollection |
Short2ByteMaps.EmptyMap.values() |
ByteCollection |
Short2ByteMaps.Singleton.values() |
ByteCollection |
Short2ByteMaps.SynchronizedMap.values() |
ByteCollection |
Short2ByteMaps.UnmodifiableMap.values() |
ByteCollection |
Short2ByteOpenHashMap.values() |
ByteCollection |
Short2ByteSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
ByteCollection |
Short2ByteOpenCustomHashMap.values() |
ByteCollection |
Short2ByteMap.values() |
ByteCollection |
Short2ByteArrayMap.values() |
ByteCollection |
AbstractShort2ByteMap.values()
Returns a type-specific-set view of the values of this map.
|
ByteCollection |
Short2ByteLinkedOpenHashMap.values() |
ByteCollection |
Short2ByteAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ByteCollection |
Short2ByteRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ByteCollection |
AbstractShort2ByteSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
Copyright © 2020. All rights reserved.