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