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