Package gw.util.diff.sorted
Class DiffIterator<T>
java.lang.Object
gw.util.diff.sorted.DiffIterator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionDiffIterator(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) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining