Package org.ojalgo.type.keyvalue
Class KeyValue.Dual<T>
java.lang.Object
org.ojalgo.type.keyvalue.KeyValue.Dual<T>
- All Implemented Interfaces:
KeyValue<T,
T>
A pair of the same type.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.type.keyvalue.KeyValue
KeyValue.Dual<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
first
-
second
-
-
Constructor Details
-
Dual
-
-
Method Details
-
equals
-
first
-
getKey
-
getValue
-
hashCode
public int hashCode() -
left
-
right
-
second
-