Generated by
JDiff

Class com.google.common.collect.Iterators

Removed Methods
UnmodifiableIterator<T> emptyIterator() Returns the empty iterator.
 

Changed Methods
UnmodifiableIterator<T> unmodifiableIterator(Iterator<? extends T>) Change in signature from Iterator<T> to (Iterator<? extends T>).
Returns an unmodifiable view of {@code iterator}.