T
public abstract class ComputeIter<T> extends Object implements Iterator<T>
computeNext()
hasNext()
next()
null
ComputeIter()
protected abstract T
void
finish()
boolean
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public ComputeIter()
protected abstract T computeNext()
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void finish()
Copyright © 2022. All rights reserved.