Searched defs:AbstractIterator (Results 1 – 2 of 2) sorted by relevance
64 public abstract class AbstractIterator<T> extends UnmodifiableIterator<T> { class68 protected AbstractIterator() {} in AbstractIterator() method in AbstractIterator
31 abstract class AbstractIterator<T> implements Iterator<T> { class34 protected AbstractIterator() {} in AbstractIterator() method in AbstractIterator