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