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