public class Adjustment<T>
| Constructor and Description |
|---|
Adjustment(T type,
int value,
Operation operation) |
Adjustment(T type,
int value) |
| Modifier and Type | Method and Description |
|---|---|
T |
component1() |
int |
component2() |
Operation |
component3() |
Adjustment<T> |
copy(T type,
int value,
Operation operation) |
boolean |
equals(java.lang.Object p) |
Operation |
getOperation() |
T |
getType() |
int |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
Adjustment<T> |
withOperation(Operation operation) |
public Adjustment(T type,
int value,
Operation operation)
public Adjustment(T type,
int value)
public Adjustment<T> withOperation(Operation operation)
public T getType()
public int getValue()
public Operation getOperation()
public T component1()
public int component2()
public Operation component3()
public Adjustment<T> copy(T type, int value, Operation operation)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)