| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractChar2FloatMap.BasicEntry
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<Char2FloatMap.Entry> |
Char2FloatAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Char2FloatMap.Entry> |
Char2FloatMaps.Singleton.entries |
protected ObjectSet<Char2FloatMap.Entry> |
Char2FloatMaps.SynchronizedMap.entries |
protected ObjectSet<Char2FloatMap.Entry> |
Char2FloatMaps.UnmodifiableMap.entries |
protected ObjectSortedSet<Char2FloatMap.Entry> |
Char2FloatRBTreeMap.entries
Cached set of entries.
|
protected ObjectBidirectionalIterator<Char2FloatMap.Entry> |
AbstractChar2FloatSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2FloatMap.Entry> |
AbstractChar2FloatSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectSortedSet<Char2FloatMap.Entry> |
Char2FloatSortedMap.char2FloatEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Char2FloatMap.Entry> |
Char2FloatAVLTreeMap.char2FloatEntrySet() |
ObjectSet<Char2FloatMap.Entry> |
Char2FloatMaps.EmptyMap.char2FloatEntrySet() |
ObjectSet<Char2FloatMap.Entry> |
Char2FloatMaps.Singleton.char2FloatEntrySet() |
ObjectSet<Char2FloatMap.Entry> |
Char2FloatMaps.SynchronizedMap.char2FloatEntrySet() |
ObjectSet<Char2FloatMap.Entry> |
Char2FloatMaps.UnmodifiableMap.char2FloatEntrySet() |
ObjectSortedSet<Char2FloatMap.Entry> |
Char2FloatSortedMaps.EmptySortedMap.char2FloatEntrySet() |
ObjectSortedSet<Char2FloatMap.Entry> |
Char2FloatSortedMaps.Singleton.char2FloatEntrySet() |
ObjectSortedSet<Char2FloatMap.Entry> |
Char2FloatSortedMaps.SynchronizedSortedMap.char2FloatEntrySet() |
ObjectSortedSet<Char2FloatMap.Entry> |
Char2FloatSortedMaps.UnmodifiableSortedMap.char2FloatEntrySet() |
ObjectSet<Char2FloatMap.Entry> |
Char2FloatMap.char2FloatEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Char2FloatMap.Entry> |
Char2FloatRBTreeMap.char2FloatEntrySet() |
static ObjectIterable<Char2FloatMap.Entry> |
Char2FloatMaps.fastIterable(Char2FloatMap map)
|
static ObjectBidirectionalIterable<Char2FloatMap.Entry> |
Char2FloatSortedMaps.fastIterable(Char2FloatSortedMap map)
|
ObjectBidirectionalIterator<Char2FloatMap.Entry> |
Char2FloatSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectIterator<Char2FloatMap.Entry> |
Char2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2FloatMap.Entry> |
Char2FloatSortedMap.FastSortedEntrySet.fastIterator(Char2FloatMap.Entry 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 ObjectIterator<Char2FloatMap.Entry> |
Char2FloatMaps.fastIterator(Char2FloatMap map)
|
static ObjectBidirectionalIterator<Char2FloatMap.Entry> |
Char2FloatSortedMaps.fastIterator(Char2FloatSortedMap map)
|
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Char2FloatMap.Entry> |
Char2FloatSortedMap.FastSortedEntrySet.fastIterator(Char2FloatMap.Entry 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 void |
Char2FloatMaps.fastForEach(Char2FloatMap map,
Consumer<? super Char2FloatMap.Entry> consumer)
|
default void |
Char2FloatMap.FastEntrySet.fastForEach(Consumer<? super Char2FloatMap.Entry> consumer)
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
|
| Constructor and Description |
|---|
KeySetIterator(ObjectBidirectionalIterator<Char2FloatMap.Entry> i) |
ValuesIterator(ObjectBidirectionalIterator<Char2FloatMap.Entry> i) |
Copyright © 2020. All rights reserved.