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