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