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