public class BatchOperationEntry<T extends java.lang.Enum<?>,U>
extends java.lang.Object
This is the interface to classes which are maintained by BatchOperation as its entries.
| Constructor and Description |
|---|
BatchOperationEntry(T operator,
U target)
Constructs new instance for the entry of the BatchOperation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
T |
operator()
Gets the operator of this operation.
|
U |
target()
Gets the target object of this operation.
|
java.lang.String |
toString() |
public U target()
public T operator()
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