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