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