Generated by
JDiff

Class com.google.common.collect.AbstractIterator

Changed Methods
T extends Object computeNext() Change in return type from T to (T extends Object).
Returns the next element.
T extends Object endOfData() Change in return type from T to (T extends Object).
Implementations of .computeNext must invoke this method when there are no elements left in the iteration.
T extends Object next() Change in return type from T to (T extends Object).
 
T extends Object peek() Change in return type from T to (T extends Object).
Returns the next element in the iteration without advancing the iteration, according to the contract of PeekingIterator.peek().