Class BatchOperationEntry<T extends Enum<?>,​U>

  • Direct Known Subclasses:
    FlowRuleBatchEntry

    public class BatchOperationEntry<T extends Enum<?>,​U>
    extends Object
    A super class for batch operation entry classes.

    This is the interface to classes which are maintained by BatchOperation as its entries.

    • Constructor Detail

      • BatchOperationEntry

        public BatchOperationEntry​(T operator,
                                   U target)
        Constructs new instance for the entry of the BatchOperation.
        Parameters:
        operator - the operator of this operation
        target - the target object of this operation
    • Method Detail

      • target

        public U target()
        Gets the target object of this operation.
        Returns:
        the target object of this operation
      • operator

        public T operator()
        Gets the operator of this operation.
        Returns:
        the operator of this operation
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object