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