| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractObject2CharMap.BasicEntry<K>
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<Object2CharMap.Entry<K>> |
Object2CharMaps.Singleton.entries |
protected ObjectSet<Object2CharMap.Entry<K>> |
Object2CharMaps.SynchronizedMap.entries |
protected ObjectSet<Object2CharMap.Entry<K>> |
Object2CharMaps.UnmodifiableMap.entries |
protected ObjectSortedSet<Object2CharMap.Entry<K>> |
Object2CharAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSortedSet<Object2CharMap.Entry<K>> |
Object2CharRBTreeMap.entries
Cached set of entries.
|
protected ObjectBidirectionalIterator<Object2CharMap.Entry<K>> |
AbstractObject2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Object2CharMap.Entry<K>> |
AbstractObject2CharSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
static <K> ObjectIterable<Object2CharMap.Entry<K>> |
Object2CharMaps.fastIterable(Object2CharMap<K> map)
|
static <K> ObjectBidirectionalIterable<Object2CharMap.Entry<K>> |
Object2CharSortedMaps.fastIterable(Object2CharSortedMap<K> map)
|
ObjectBidirectionalIterator<Object2CharMap.Entry<K>> |
Object2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectIterator<Object2CharMap.Entry<K>> |
Object2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Object2CharMap.Entry<K>> |
Object2CharSortedMap.FastSortedEntrySet.fastIterator(Object2CharMap.Entry<K> 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 <K> ObjectIterator<Object2CharMap.Entry<K>> |
Object2CharMaps.fastIterator(Object2CharMap<K> map)
|
static <K> ObjectBidirectionalIterator<Object2CharMap.Entry<K>> |
Object2CharSortedMaps.fastIterator(Object2CharSortedMap<K> map)
|
ObjectSortedSet<Object2CharMap.Entry<K>> |
Object2CharSortedMaps.EmptySortedMap.object2CharEntrySet() |
ObjectSortedSet<Object2CharMap.Entry<K>> |
Object2CharSortedMaps.Singleton.object2CharEntrySet() |
ObjectSortedSet<Object2CharMap.Entry<K>> |
Object2CharSortedMaps.SynchronizedSortedMap.object2CharEntrySet() |
ObjectSortedSet<Object2CharMap.Entry<K>> |
Object2CharSortedMaps.UnmodifiableSortedMap.object2CharEntrySet() |
ObjectSortedSet<Object2CharMap.Entry<K>> |
Object2CharSortedMap.object2CharEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSet<Object2CharMap.Entry<K>> |
Object2CharMaps.EmptyMap.object2CharEntrySet() |
ObjectSet<Object2CharMap.Entry<K>> |
Object2CharMaps.Singleton.object2CharEntrySet() |
ObjectSet<Object2CharMap.Entry<K>> |
Object2CharMaps.SynchronizedMap.object2CharEntrySet() |
ObjectSet<Object2CharMap.Entry<K>> |
Object2CharMaps.UnmodifiableMap.object2CharEntrySet() |
ObjectSet<Object2CharMap.Entry<K>> |
Object2CharMap.object2CharEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Object2CharMap.Entry<K>> |
Object2CharAVLTreeMap.object2CharEntrySet() |
ObjectSortedSet<Object2CharMap.Entry<K>> |
Object2CharRBTreeMap.object2CharEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Object2CharMap.Entry<K>> |
Object2CharSortedMap.FastSortedEntrySet.fastIterator(Object2CharMap.Entry<K> 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 |
|---|---|
default void |
Object2CharMap.FastEntrySet.fastForEach(Consumer<? super Object2CharMap.Entry<K>> consumer)
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
|
static <K> void |
Object2CharMaps.fastForEach(Object2CharMap<K> map,
Consumer<? super Object2CharMap.Entry<K>> consumer)
|
| Constructor and Description |
|---|
KeySetIterator(ObjectBidirectionalIterator<Object2CharMap.Entry<K>> i) |
ValuesIterator(ObjectBidirectionalIterator<Object2CharMap.Entry<K>> i) |
Copyright © 2020. All rights reserved.