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