| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractChar2ReferenceMap.BasicEntry<V>
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSortedSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSortedSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceRBTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceMaps.Singleton.entries |
protected ObjectSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceMaps.SynchronizedMap.entries |
protected ObjectSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceMaps.UnmodifiableMap.entries |
protected ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> |
AbstractChar2ReferenceSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> |
AbstractChar2ReferenceSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceMap.char2ReferenceEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceAVLTreeMap.char2ReferenceEntrySet() |
ObjectSortedSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMap.char2ReferenceEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMaps.EmptySortedMap.char2ReferenceEntrySet() |
ObjectSortedSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMaps.Singleton.char2ReferenceEntrySet() |
ObjectSortedSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMaps.SynchronizedSortedMap.char2ReferenceEntrySet() |
ObjectSortedSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMaps.UnmodifiableSortedMap.char2ReferenceEntrySet() |
ObjectSortedSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceRBTreeMap.char2ReferenceEntrySet() |
ObjectSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceMaps.EmptyMap.char2ReferenceEntrySet() |
ObjectSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceMaps.Singleton.char2ReferenceEntrySet() |
ObjectSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceMaps.SynchronizedMap.char2ReferenceEntrySet() |
ObjectSet<Char2ReferenceMap.Entry<V>> |
Char2ReferenceMaps.UnmodifiableMap.char2ReferenceEntrySet() |
static <V> ObjectIterable<Char2ReferenceMap.Entry<V>> |
Char2ReferenceMaps.fastIterable(Char2ReferenceMap<V> map)
|
static <V> ObjectBidirectionalIterable<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMaps.fastIterable(Char2ReferenceSortedMap<V> map)
|
ObjectIterator<Char2ReferenceMap.Entry<V>> |
Char2ReferenceMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Char2ReferenceMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectIterator<Char2ReferenceMap.Entry<V>> |
Char2ReferenceMaps.fastIterator(Char2ReferenceMap<V> map)
|
static <V> ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMaps.fastIterator(Char2ReferenceSortedMap<V> map)
|
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Char2ReferenceMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> void |
Char2ReferenceMaps.fastForEach(Char2ReferenceMap<V> map,
Consumer<? super Char2ReferenceMap.Entry<V>> consumer)
|
default void |
Char2ReferenceMap.FastEntrySet.fastForEach(Consumer<? super Char2ReferenceMap.Entry<V>> consumer)
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
|
| Constructor and Description |
|---|
KeySetIterator(ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> i) |
ValuesIterator(ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> i) |
Copyright © 2020. All rights reserved.