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