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