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