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