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