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