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