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