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