org.ojalgo.type.keyvalue
Class IntDouble
java.lang.Object
org.ojalgo.type.keyvalue.IntDouble
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<IntDouble>
public final class IntDouble
- extends Object
- implements Comparable<IntDouble>, Serializable, Cloneable
- See Also:
- Serialized Form
key
public final int key
value
public final double value
IntDouble
public IntDouble(int aKey,
double aValue)
IntDouble
public IntDouble(int aKey,
Double aValue)
IntDouble
public IntDouble(Integer aKey,
double aValue)
IntDouble
public IntDouble(Integer aKey,
Double aValue)
compareTo
public final int compareTo(IntDouble aReference)
- Specified by:
compareTo in interface Comparable<IntDouble>
equals
public final boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public final int hashCode()
- Overrides:
hashCode in class Object
toString
public final String toString()
- Overrides:
toString in class Object