V
- the type of the numerical scalar valuesU
- the type of the basepublic final class OperandPair<V,U extends Unit>
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
ErronousValue<V> |
left() |
static <V,U extends Unit> |
ofLeftRightUnit(ErronousValue<V> left,
ErronousValue<V> right,
U unit) |
ErronousValue<V> |
right() |
U |
unit() |
public static <V,U extends Unit> OperandPair<V,U> ofLeftRightUnit(ErronousValue<V> left, ErronousValue<V> right, U unit)
public ErronousValue<V> left()
public ErronousValue<V> right()
public U unit()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object