| 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 | Class and Description |
|---|---|
protected class |
AbstractByte2CharSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharCollection |
Byte2CharOpenCustomHashMap.values
Cached collection of values.
|
protected CharCollection |
Byte2CharAVLTreeMap.values
Cached collection of values.
|
protected CharCollection |
Byte2CharOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Byte2CharMaps.Singleton.values |
protected CharCollection |
Byte2CharMaps.SynchronizedMap.values |
protected CharCollection |
Byte2CharMaps.UnmodifiableMap.values |
protected CharCollection |
Byte2CharRBTreeMap.values
Cached collection of values.
|
protected CharCollection |
Byte2CharLinkedOpenHashMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
CharCollection |
Byte2CharArrayMap.values() |
CharCollection |
Byte2CharOpenCustomHashMap.values() |
CharCollection |
Byte2CharAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
Byte2CharSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
CharCollection |
Byte2CharOpenHashMap.values() |
CharCollection |
Byte2CharMaps.EmptyMap.values() |
CharCollection |
Byte2CharMaps.Singleton.values() |
CharCollection |
Byte2CharMaps.SynchronizedMap.values() |
CharCollection |
Byte2CharMaps.UnmodifiableMap.values() |
CharCollection |
AbstractByte2CharMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
AbstractByte2CharSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Byte2CharMap.values() |
CharCollection |
Byte2CharRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
Byte2CharLinkedOpenHashMap.values() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CharBigList
A type-specific
BigList; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
CharList
A type-specific
List; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
CharSet
A type-specific
Set; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
CharSortedSet
A type-specific
SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractChar2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2CharSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected class |
AbstractChar2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
class |
AbstractCharBigList
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
|
static class |
AbstractCharBigList.CharSubList
A class implementing a sublist view.
|
class |
AbstractCharCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
class |
AbstractCharList
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
static class |
AbstractCharList.CharSubList
A class implementing a sublist view.
|
class |
AbstractCharSet
An abstract class providing basic methods for sets implementing a type-specific interface.
|
class |
AbstractCharSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
class |
CharArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
class |
CharArraySet
A simple, brute-force implementation of a set based on a backing array.
|
class |
CharAVLTreeSet
A type-specific AVL tree set with a fast, small-footprint implementation.
|
class |
CharBigArrayBigList
A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
|
static class |
CharBigLists.EmptyBigList
An immutable class representing an empty type-specific big list.
|
static class |
CharBigLists.ListBigList
A class exposing a list as a big list.
|
static class |
CharBigLists.Singleton
An immutable class representing a type-specific singleton big list.
|
static class |
CharBigLists.SynchronizedBigList
A synchronized wrapper class for big lists.
|
static class |
CharBigLists.UnmodifiableBigList
An unmodifiable wrapper class for big lists.
|
static class |
CharCollections.EmptyCollection
An immutable class representing an empty type-specific collection.
|
static class |
CharCollections.IterableCollection
A collection wrapper class for iterables.
|
static class |
CharCollections.SynchronizedCollection
A synchronized wrapper class for collections.
|
static class |
CharCollections.UnmodifiableCollection
An unmodifiable wrapper class for collections.
|
class |
CharLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
class |
CharLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
static class |
CharLists.EmptyList
An immutable class representing an empty type-specific list.
|
static class |
CharLists.Singleton
An immutable class representing a type-specific singleton list.
|
static class |
CharLists.SynchronizedList
A synchronized wrapper class for lists.
|
static class |
CharLists.SynchronizedRandomAccessList
A synchronized wrapper class for random-access lists.
|
static class |
CharLists.UnmodifiableList
An unmodifiable wrapper class for lists.
|
static class |
CharLists.UnmodifiableRandomAccessList
An unmodifiable wrapper class for random-access lists.
|
class |
CharOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
class |
CharOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation.
|
class |
CharRBTreeSet
A type-specific red-black tree set with a fast, small-footprint implementation.
|
static class |
CharSets.EmptySet
An immutable class representing the empty set and implementing a type-specific set interface.
|
static class |
CharSets.Singleton
An immutable class representing a type-specific singleton set.
|
static class |
CharSets.SynchronizedSet
A synchronized wrapper class for sets.
|
static class |
CharSets.UnmodifiableSet
An unmodifiable wrapper class for sets.
|
static class |
CharSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
static class |
CharSortedSets.Singleton
A class representing a singleton sorted set.
|
static class |
CharSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets.
|
static class |
CharSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharCollection |
CharCollections.SynchronizedCollection.collection |
protected CharCollection |
CharCollections.UnmodifiableCollection.collection |
protected CharCollection |
Char2CharAVLTreeMap.values
Cached collection of values.
|
protected CharCollection |
Char2CharLinkedOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Char2CharMaps.Singleton.values |
protected CharCollection |
Char2CharMaps.SynchronizedMap.values |
protected CharCollection |
Char2CharMaps.UnmodifiableMap.values |
protected CharCollection |
Char2CharOpenCustomHashMap.values
Cached collection of values.
|
protected CharCollection |
Char2CharOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Char2CharRBTreeMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
static CharCollection |
CharCollections.asCollection(CharIterable iterable)
Returns an unmodifiable collection backed by the specified iterable.
|
static CharCollection |
CharCollections.synchronize(CharCollection c)
Returns a synchronized collection backed by the specified collection.
|
static CharCollection |
CharCollections.synchronize(CharCollection c,
Object sync)
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
|
static CharCollection |
CharCollections.unmodifiable(CharCollection c)
Returns an unmodifiable collection backed by the specified collection.
|
CharCollection |
AbstractChar2CharMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Char2CharAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
Char2CharLinkedOpenHashMap.values() |
CharCollection |
Char2CharMaps.EmptyMap.values() |
CharCollection |
Char2CharMaps.Singleton.values() |
CharCollection |
Char2CharMaps.SynchronizedMap.values() |
CharCollection |
Char2CharMaps.UnmodifiableMap.values() |
CharCollection |
AbstractChar2CharSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Char2CharSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
CharCollection |
Char2CharOpenCustomHashMap.values() |
CharCollection |
Char2CharOpenHashMap.values() |
CharCollection |
Char2CharArrayMap.values() |
CharCollection |
Char2CharRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
Char2CharMap.values() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractCharBigList.addAll(CharCollection c)
Adds all elements of the given type-specific collection to this collection.
|
boolean |
CharLists.Singleton.addAll(CharCollection c) |
boolean |
CharBigLists.EmptyBigList.addAll(CharCollection c) |
boolean |
CharBigLists.Singleton.addAll(CharCollection c) |
boolean |
CharBigLists.ListBigList.addAll(CharCollection c) |
boolean |
CharCollections.EmptyCollection.addAll(CharCollection c) |
boolean |
CharCollections.SynchronizedCollection.addAll(CharCollection c) |
boolean |
CharCollections.UnmodifiableCollection.addAll(CharCollection c) |
boolean |
CharCollection.addAll(CharCollection c)
Adds all elements of the given type-specific collection to this collection.
|
boolean |
AbstractCharList.addAll(CharCollection c)
Adds all elements of the given type-specific collection to this collection.
|
boolean |
AbstractCharCollection.addAll(CharCollection c) |
boolean |
CharSets.Singleton.addAll(CharCollection c) |
boolean |
CharOpenHashSet.addAll(CharCollection c) |
boolean |
CharOpenCustomHashSet.addAll(CharCollection c) |
boolean |
CharLinkedOpenHashSet.addAll(CharCollection c) |
boolean |
CharLinkedOpenCustomHashSet.addAll(CharCollection c) |
boolean |
CharLists.EmptyList.addAll(int i,
CharCollection c) |
boolean |
CharLists.Singleton.addAll(int i,
CharCollection c) |
boolean |
CharLists.SynchronizedList.addAll(int index,
CharCollection c) |
boolean |
CharLists.UnmodifiableList.addAll(int index,
CharCollection c) |
boolean |
CharList.addAll(int index,
CharCollection c)
Inserts all of the elements in the specified type-specific collection into this type-specific list at the specified position (optional operation).
|
boolean |
CharArrayList.addAll(int index,
CharCollection c) |
boolean |
AbstractCharList.addAll(int index,
CharCollection c) |
boolean |
AbstractCharList.CharSubList.addAll(int index,
CharCollection c) |
boolean |
AbstractCharBigList.addAll(long index,
CharCollection 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 |
AbstractCharBigList.CharSubList.addAll(long index,
CharCollection c) |
boolean |
CharBigList.addAll(long index,
CharCollection 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 |
CharBigLists.EmptyBigList.addAll(long i,
CharCollection c) |
boolean |
CharBigLists.Singleton.addAll(long i,
CharCollection c) |
boolean |
CharBigLists.SynchronizedBigList.addAll(long index,
CharCollection c) |
boolean |
CharBigLists.UnmodifiableBigList.addAll(long index,
CharCollection c) |
boolean |
CharBigLists.ListBigList.addAll(long index,
CharCollection c) |
boolean |
CharBigLists.ListBigList.containsAll(CharCollection c) |
boolean |
CharCollections.SynchronizedCollection.containsAll(CharCollection c) |
boolean |
CharCollections.UnmodifiableCollection.containsAll(CharCollection c) |
boolean |
CharCollection.containsAll(CharCollection c)
Checks whether this collection contains all elements from the given type-specific collection.
|
boolean |
AbstractCharCollection.containsAll(CharCollection c) |
static int |
CharIterators.pour(CharIterator i,
CharCollection s)
Pours an iterator into a type-specific collection.
|
static int |
CharIterators.pour(CharIterator i,
CharCollection s,
int max)
Pours an iterator into a type-specific collection, with a limit on the number of elements.
|
boolean |
CharLists.Singleton.removeAll(CharCollection c) |
boolean |
CharBigLists.Singleton.removeAll(CharCollection c) |
boolean |
CharBigLists.ListBigList.removeAll(CharCollection c) |
boolean |
CharBigArrayBigList.removeAll(CharCollection c) |
boolean |
CharCollections.EmptyCollection.removeAll(CharCollection c) |
boolean |
CharCollections.SynchronizedCollection.removeAll(CharCollection c) |
boolean |
CharCollections.UnmodifiableCollection.removeAll(CharCollection c) |
boolean |
CharCollection.removeAll(CharCollection c)
Remove from this collection all elements in the given type-specific collection.
|
boolean |
CharArrayList.removeAll(CharCollection c) |
boolean |
AbstractCharCollection.removeAll(CharCollection c) |
boolean |
CharSets.Singleton.removeAll(CharCollection c) |
boolean |
CharLists.Singleton.retainAll(CharCollection c) |
boolean |
CharBigLists.Singleton.retainAll(CharCollection c) |
boolean |
CharBigLists.ListBigList.retainAll(CharCollection c) |
boolean |
CharCollections.EmptyCollection.retainAll(CharCollection c) |
boolean |
CharCollections.SynchronizedCollection.retainAll(CharCollection c) |
boolean |
CharCollections.UnmodifiableCollection.retainAll(CharCollection c) |
boolean |
CharCollection.retainAll(CharCollection c)
Retains in this collection only elements from the given type-specific collection.
|
boolean |
AbstractCharCollection.retainAll(CharCollection c) |
boolean |
CharSets.Singleton.retainAll(CharCollection c) |
static CharCollection |
CharCollections.synchronize(CharCollection c)
Returns a synchronized collection backed by the specified collection.
|
static CharCollection |
CharCollections.synchronize(CharCollection c,
Object sync)
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
|
static CharCollection |
CharCollections.unmodifiable(CharCollection c)
Returns an unmodifiable collection backed by the specified collection.
|
static long |
CharIterators.unwrap(CharIterator i,
CharCollection c)
Unwraps an iterator into a type-specific collection.
|
static int |
CharIterators.unwrap(CharIterator i,
CharCollection c,
int max)
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
|
| Constructor and Description |
|---|
CharArrayList(CharCollection c)
Creates a new array list and fills it with a given type-specific collection.
|
CharArraySet(CharCollection c)
Creates a new array set copying the contents of a given collection.
|
CharAVLTreeSet(CharCollection c)
Creates a new tree set copying a given type-specific collection.
|
CharBigArrayBigList(CharCollection c)
Creates a new big-array big list and fills it with a given type-specific collection.
|
CharHeapPriorityQueue(CharCollection collection)
Creates a queue using the elements in a type-specific collection using the natural order.
|
CharHeapPriorityQueue(CharCollection collection,
CharComparator c)
Creates a queue using the elements in a type-specific collection using a given comparator.
|
CharLinkedOpenCustomHashSet(CharCollection c,
CharHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
CharLinkedOpenCustomHashSet(CharCollection c,
float f,
CharHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection.
|
CharLinkedOpenHashSet(CharCollection c)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
CharLinkedOpenHashSet(CharCollection c,
float f)
Creates a new hash set copying a given type-specific collection.
|
CharOpenCustomHashSet(CharCollection c,
CharHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
CharOpenCustomHashSet(CharCollection c,
float f,
CharHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection.
|
CharOpenHashSet(CharCollection c)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
CharOpenHashSet(CharCollection c,
float f)
Creates a new hash set copying a given type-specific collection.
|
CharRBTreeSet(CharCollection c)
Creates a new tree set copying a given type-specific collection.
|
SynchronizedCollection(CharCollection c) |
SynchronizedCollection(CharCollection c,
Object sync) |
UnmodifiableCollection(CharCollection c) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractDouble2CharSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharCollection |
Double2CharLinkedOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Double2CharAVLTreeMap.values
Cached collection of values.
|
protected CharCollection |
Double2CharMaps.Singleton.values |
protected CharCollection |
Double2CharMaps.SynchronizedMap.values |
protected CharCollection |
Double2CharMaps.UnmodifiableMap.values |
protected CharCollection |
Double2CharRBTreeMap.values
Cached collection of values.
|
protected CharCollection |
Double2CharOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Double2CharOpenCustomHashMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
CharCollection |
Double2CharSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
CharCollection |
Double2CharLinkedOpenHashMap.values() |
CharCollection |
AbstractDouble2CharMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Double2CharArrayMap.values() |
CharCollection |
Double2CharAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
Double2CharMaps.EmptyMap.values() |
CharCollection |
Double2CharMaps.Singleton.values() |
CharCollection |
Double2CharMaps.SynchronizedMap.values() |
CharCollection |
Double2CharMaps.UnmodifiableMap.values() |
CharCollection |
Double2CharRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
Double2CharOpenHashMap.values() |
CharCollection |
AbstractDouble2CharSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Double2CharMap.values() |
CharCollection |
Double2CharOpenCustomHashMap.values() |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractFloat2CharSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharCollection |
Float2CharOpenCustomHashMap.values
Cached collection of values.
|
protected CharCollection |
Float2CharLinkedOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Float2CharMaps.Singleton.values |
protected CharCollection |
Float2CharMaps.SynchronizedMap.values |
protected CharCollection |
Float2CharMaps.UnmodifiableMap.values |
protected CharCollection |
Float2CharOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Float2CharAVLTreeMap.values
Cached collection of values.
|
protected CharCollection |
Float2CharRBTreeMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
CharCollection |
Float2CharMap.values() |
CharCollection |
Float2CharSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
CharCollection |
AbstractFloat2CharSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Float2CharOpenCustomHashMap.values() |
CharCollection |
Float2CharLinkedOpenHashMap.values() |
CharCollection |
Float2CharMaps.EmptyMap.values() |
CharCollection |
Float2CharMaps.Singleton.values() |
CharCollection |
Float2CharMaps.SynchronizedMap.values() |
CharCollection |
Float2CharMaps.UnmodifiableMap.values() |
CharCollection |
Float2CharOpenHashMap.values() |
CharCollection |
Float2CharAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
AbstractFloat2CharMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Float2CharArrayMap.values() |
CharCollection |
Float2CharRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractInt2CharSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharCollection |
Int2CharAVLTreeMap.values
Cached collection of values.
|
protected CharCollection |
Int2CharOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Int2CharOpenCustomHashMap.values
Cached collection of values.
|
protected CharCollection |
Int2CharRBTreeMap.values
Cached collection of values.
|
protected CharCollection |
Int2CharLinkedOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Int2CharMaps.Singleton.values |
protected CharCollection |
Int2CharMaps.SynchronizedMap.values |
protected CharCollection |
Int2CharMaps.UnmodifiableMap.values |
| Modifier and Type | Method and Description |
|---|---|
CharCollection |
Int2CharMap.values() |
CharCollection |
Int2CharArrayMap.values() |
CharCollection |
Int2CharAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
Int2CharOpenHashMap.values() |
CharCollection |
Int2CharOpenCustomHashMap.values() |
CharCollection |
Int2CharSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
CharCollection |
Int2CharRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
Int2CharLinkedOpenHashMap.values() |
CharCollection |
AbstractInt2CharMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Int2CharMaps.EmptyMap.values() |
CharCollection |
Int2CharMaps.Singleton.values() |
CharCollection |
Int2CharMaps.SynchronizedMap.values() |
CharCollection |
Int2CharMaps.UnmodifiableMap.values() |
CharCollection |
AbstractInt2CharSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractLong2CharSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharCollection |
Long2CharOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Long2CharOpenCustomHashMap.values
Cached collection of values.
|
protected CharCollection |
Long2CharMaps.Singleton.values |
protected CharCollection |
Long2CharMaps.SynchronizedMap.values |
protected CharCollection |
Long2CharMaps.UnmodifiableMap.values |
protected CharCollection |
Long2CharRBTreeMap.values
Cached collection of values.
|
protected CharCollection |
Long2CharLinkedOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Long2CharAVLTreeMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
CharCollection |
Long2CharOpenHashMap.values() |
CharCollection |
Long2CharOpenCustomHashMap.values() |
CharCollection |
Long2CharSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
CharCollection |
Long2CharMaps.EmptyMap.values() |
CharCollection |
Long2CharMaps.Singleton.values() |
CharCollection |
Long2CharMaps.SynchronizedMap.values() |
CharCollection |
Long2CharMaps.UnmodifiableMap.values() |
CharCollection |
Long2CharMap.values() |
CharCollection |
AbstractLong2CharSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Long2CharRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
Long2CharArrayMap.values() |
CharCollection |
Long2CharLinkedOpenHashMap.values() |
CharCollection |
Long2CharAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
AbstractLong2CharMap.values()
Returns a type-specific-set view of the values of this map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractObject2CharSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected class |
AbstractReference2CharSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharCollection |
Object2CharLinkedOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Object2CharMaps.Singleton.values |
protected CharCollection |
Object2CharMaps.SynchronizedMap.values |
protected CharCollection |
Object2CharMaps.UnmodifiableMap.values |
protected CharCollection |
Object2CharOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Reference2CharOpenCustomHashMap.values
Cached collection of values.
|
protected CharCollection |
Object2CharLinkedOpenCustomHashMap.values
Cached collection of values.
|
protected CharCollection |
Reference2CharOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Reference2CharMaps.Singleton.values |
protected CharCollection |
Reference2CharMaps.SynchronizedMap.values |
protected CharCollection |
Reference2CharMaps.UnmodifiableMap.values |
protected CharCollection |
Object2CharAVLTreeMap.values
Cached collection of values.
|
protected CharCollection |
Object2CharRBTreeMap.values
Cached collection of values.
|
protected CharCollection |
Reference2CharLinkedOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Object2CharOpenCustomHashMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
CharCollection |
Object2CharArrayMap.values() |
CharCollection |
AbstractObject2CharMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Object2CharLinkedOpenHashMap.values() |
CharCollection |
Reference2CharMap.values() |
CharCollection |
Object2CharSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
CharCollection |
Object2CharMaps.EmptyMap.values() |
CharCollection |
Object2CharMaps.Singleton.values() |
CharCollection |
Object2CharMaps.SynchronizedMap.values() |
CharCollection |
Object2CharMaps.UnmodifiableMap.values() |
CharCollection |
Object2CharOpenHashMap.values() |
CharCollection |
Reference2CharOpenCustomHashMap.values() |
CharCollection |
AbstractObject2CharSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
AbstractReference2CharMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Object2CharMap.values() |
CharCollection |
Object2CharLinkedOpenCustomHashMap.values() |
CharCollection |
Reference2CharArrayMap.values() |
CharCollection |
Reference2CharSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
CharCollection |
Reference2CharOpenHashMap.values() |
CharCollection |
Reference2CharMaps.EmptyMap.values() |
CharCollection |
Reference2CharMaps.Singleton.values() |
CharCollection |
Reference2CharMaps.SynchronizedMap.values() |
CharCollection |
Reference2CharMaps.UnmodifiableMap.values() |
CharCollection |
Object2CharAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
Object2CharRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
AbstractReference2CharSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Reference2CharLinkedOpenHashMap.values() |
CharCollection |
Object2CharOpenCustomHashMap.values() |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractShort2CharSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharCollection |
Short2CharOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Short2CharLinkedOpenHashMap.values
Cached collection of values.
|
protected CharCollection |
Short2CharMaps.Singleton.values |
protected CharCollection |
Short2CharMaps.SynchronizedMap.values |
protected CharCollection |
Short2CharMaps.UnmodifiableMap.values |
protected CharCollection |
Short2CharOpenCustomHashMap.values
Cached collection of values.
|
protected CharCollection |
Short2CharAVLTreeMap.values
Cached collection of values.
|
protected CharCollection |
Short2CharRBTreeMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
CharCollection |
Short2CharOpenHashMap.values() |
CharCollection |
Short2CharLinkedOpenHashMap.values() |
CharCollection |
Short2CharMaps.EmptyMap.values() |
CharCollection |
Short2CharMaps.Singleton.values() |
CharCollection |
Short2CharMaps.SynchronizedMap.values() |
CharCollection |
Short2CharMaps.UnmodifiableMap.values() |
CharCollection |
Short2CharMap.values() |
CharCollection |
Short2CharSortedMap.values()
Returns a type-specific set view of the values contained in this map.
|
CharCollection |
Short2CharOpenCustomHashMap.values() |
CharCollection |
AbstractShort2CharSortedMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Short2CharArrayMap.values() |
CharCollection |
Short2CharAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
CharCollection |
AbstractShort2CharMap.values()
Returns a type-specific-set view of the values of this map.
|
CharCollection |
Short2CharRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map.
|
Copyright © 2020. All rights reserved.