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