| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractChar2CharMap.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<Char2CharMap.Entry> |
Char2CharAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.Singleton.entries |
protected ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.SynchronizedMap.entries |
protected ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.UnmodifiableMap.entries |
protected ObjectSortedSet<Char2CharMap.Entry> |
Char2CharRBTreeMap.entries
Cached set of entries.
|
protected ObjectBidirectionalIterator<Char2CharMap.Entry> |
AbstractChar2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2CharMap.Entry> |
AbstractChar2CharSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharAVLTreeMap.char2CharEntrySet() |
ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.EmptyMap.char2CharEntrySet() |
ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.Singleton.char2CharEntrySet() |
ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.SynchronizedMap.char2CharEntrySet() |
ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.UnmodifiableMap.char2CharEntrySet() |
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharSortedMaps.EmptySortedMap.char2CharEntrySet() |
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharSortedMaps.Singleton.char2CharEntrySet() |
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharSortedMaps.SynchronizedSortedMap.char2CharEntrySet() |
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharSortedMaps.UnmodifiableSortedMap.char2CharEntrySet() |
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharSortedMap.char2CharEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharRBTreeMap.char2CharEntrySet() |
ObjectSet<Char2CharMap.Entry> |
Char2CharMap.char2CharEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
static ObjectIterable<Char2CharMap.Entry> |
Char2CharMaps.fastIterable(Char2CharMap map)
|
static ObjectBidirectionalIterable<Char2CharMap.Entry> |
Char2CharSortedMaps.fastIterable(Char2CharSortedMap map)
|
ObjectBidirectionalIterator<Char2CharMap.Entry> |
Char2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectIterator<Char2CharMap.Entry> |
Char2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2CharMap.Entry> |
Char2CharSortedMap.FastSortedEntrySet.fastIterator(Char2CharMap.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<Char2CharMap.Entry> |
Char2CharMaps.fastIterator(Char2CharMap map)
|
static ObjectBidirectionalIterator<Char2CharMap.Entry> |
Char2CharSortedMaps.fastIterator(Char2CharSortedMap map)
|
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Char2CharMap.Entry> |
Char2CharSortedMap.FastSortedEntrySet.fastIterator(Char2CharMap.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 |
Char2CharMaps.fastForEach(Char2CharMap map,
Consumer<? super Char2CharMap.Entry> consumer)
|
default void |
Char2CharMap.FastEntrySet.fastForEach(Consumer<? super Char2CharMap.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<Char2CharMap.Entry> i) |
ValuesIterator(ObjectBidirectionalIterator<Char2CharMap.Entry> i) |
Copyright © 2020. All rights reserved.