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