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