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