public class SymmetricDifference<T> extends Object implements BinaryOperator<Range<T>>
A ∆ B = (A\B) ∪ (B\A).| Constructor and Description |
|---|
SymmetricDifference(SequencingPolicy<T> sequencer,
Comparator<Optional<T>> comparator,
T emptyValue) |
| Modifier and Type | Method and Description |
|---|---|
Range<T> |
apply(Range<T> lhs,
Range<T> rhs) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmaxBy, minByandThenCopyright © 2017. All rights reserved.