Package it.unimi.dsi.fastutil.doubles
Interface Double2ReferenceMap.Entry<V>
- All Known Implementing Classes:
AbstractDouble2ReferenceMap.BasicEntry
- Enclosing interface:
Double2ReferenceMap<V>
A type-specific
Map.Entry
; provides some additional methods that use
polymorphism to avoid (un)boxing.- See Also:
-
Method Details
-
getDoubleKey
double getDoubleKey()Returns the key corresponding to this entry.- See Also:
-
getKey
Deprecated.Please use the corresponding type-specific method instead.
-