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