Generated by
JDiff

Class com.google.common.collect.AbstractIterator

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