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