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