Class Diff<Left,Right>

java.lang.Object
org.dmfs.jems2.iterator.BaseIterator<Pair<Optional<Left>,Optional<Right>>>
org.dmfs.jems2.iterator.Diff<Left,Right>
All Implemented Interfaces:
Iterator<Pair<Optional<Left>,Optional<Right>>>

public final class Diff<Left,Right> extends BaseIterator<Pair<Optional<Left>,Optional<Right>>>
An Iterator returning the differences of two given (sorted) Iterators. The input Iterators have to be sorted by the comparison criterion, otherwise the result is undefined.