public class BatchOperationEntry<T extends Enum<?>,U extends BatchOperationTarget> extends 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(Object o) |
T |
getOperator()
Gets the operator of this operation.
|
U |
getTarget()
Gets the target object of this operation.
|
int |
hashCode() |
String |
toString() |
Copyright © 2015. All rights reserved.