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