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