|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reference2ObjectMap.Entry | |
---|---|
it.unimi.dsi.fastutil.objects | Provides type-specific classes for object elements or keys. |
Uses of Reference2ObjectMap.Entry in it.unimi.dsi.fastutil.objects |
---|
Classes in it.unimi.dsi.fastutil.objects that implement Reference2ObjectMap.Entry | |
---|---|
static class |
AbstractReference2ObjectMap.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). |
protected class |
Reference2ObjectMaps.Singleton.SingletonEntry
|
Fields in it.unimi.dsi.fastutil.objects with type parameters of type Reference2ObjectMap.Entry | |
---|---|
protected ObjectSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectMaps.Singleton.entries
|
protected ObjectSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectMaps.SynchronizedMap.entries
|
protected ObjectSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectMaps.UnmodifiableMap.entries
|
Methods in it.unimi.dsi.fastutil.objects that return types with arguments of type Reference2ObjectMap.Entry | |
---|---|
ObjectIterator<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectBidirectionalIterator<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectSortedMap.FastSortedEntrySet.fastIterator(Reference2ObjectMap.Entry<K,V> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectSortedSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectSortedMaps.EmptySortedMap.reference2ObjectEntrySet()
|
ObjectSortedSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectSortedMaps.Singleton.reference2ObjectEntrySet()
|
ObjectSortedSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectSortedMaps.SynchronizedSortedMap.reference2ObjectEntrySet()
|
ObjectSortedSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectSortedMaps.UnmodifiableSortedMap.reference2ObjectEntrySet()
|
ObjectSortedSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectSortedMap.reference2ObjectEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map. |
ObjectSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectMaps.EmptyMap.reference2ObjectEntrySet()
|
ObjectSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectMaps.Singleton.reference2ObjectEntrySet()
|
ObjectSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectMaps.SynchronizedMap.reference2ObjectEntrySet()
|
ObjectSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectMaps.UnmodifiableMap.reference2ObjectEntrySet()
|
ObjectSet<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectMap.reference2ObjectEntrySet()
Returns a type-specific set view of the mappings contained in this map. |
Methods in it.unimi.dsi.fastutil.objects with parameters of type Reference2ObjectMap.Entry | |
---|---|
ObjectBidirectionalIterator<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectSortedMap.FastSortedEntrySet.fastIterator(Reference2ObjectMap.Entry<K,V> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |