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