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