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