Package org.ojalgo.type.keyvalue
Class EntrySet.EntryView<K,V>
- java.lang.Object
-
- org.ojalgo.type.keyvalue.EntrySet.EntryView<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
V
setValue(V value)
-