Generated by
JDiff

Interface com.google.common.collect.PeekingIterator

Changed Methods
E extends Object next() Change in return type from E to (E extends Object).
{@inheritDoc}
E extends Object peek() Change in return type from E to (E extends Object).
Returns the next element in the iteration, without advancing the iteration.