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