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