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