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