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