Generated by
JDiff

Interface com.google.common.collect.PeekingIterator

Changed Methods
E next() Changed from non-abstract to abstract. {@inheritDoc}
E peek() Changed from non-abstract to abstract. Returns the next element in the iteration, without advancing the iteration.
void remove() Changed from non-abstract to abstract. {@inheritDoc}