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