| Constructor and Description |
|---|
DiffIterator(Iterable<T> oldIterable,
Iterable<T> newIterable) |
DiffIterator(Iterable<T> oldIterable,
Iterable<T> newIterable,
Comparator<? super T> comparator) |
DiffIterator(Iterator<T> oldIterator,
Iterator<T> newIterator) |
DiffIterator(Iterator<T> oldIterator,
Iterator<T> newIterator,
Comparator<? super T> comparator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Diff<T> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2018. All rights reserved.