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