Package it.unimi.dsi.fastutil.doubles
Interface Double2ObjectMap.Entry<V>
- All Known Implementing Classes:
AbstractDouble2ObjectMap.BasicEntry
- Enclosing interface:
Double2ObjectMap<V>
A type-specific
Map.Entry
; provides some additional methods that use
polymorphism to avoid (un)boxing.- See Also: