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