public class KeyOperation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Key |
key |
private Operation |
operation |
private Action |
workingMode |
| Constructor and Description |
|---|
KeyOperation(Key key,
Operation operation) |
KeyOperation(Key key,
Operation operation,
Action workingMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getFirstValue() |
Key |
getKey() |
int[] |
getKeyValues() |
Operation |
getOperation() |
Action |
getWorkingMode() |
int |
hashCode() |
java.lang.String |
toString() |
private final Key key
private final Operation operation
private Action workingMode
public Key getKey()
public int[] getKeyValues()
public int getFirstValue()
public Operation getOperation()
public Action getWorkingMode()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object