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