Interface Diff.Processor<E>

Enclosing class:
Diff<K,E extends Diff.Element<K>>

public static interface Diff.Processor<E>
An interface for passing a method in order to process elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(E element)
    Process the given element.
  • Method Details

    • process

      void process(E element)
      Process the given element.