public class BatchOperationEntry<T extends Enum<?>,U> 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.
|