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