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