Schnittstelle BlockingCloseableIterator<T>

Alle Superschnittstellen:
org.eclipse.net4j.util.collection.Closeable, org.eclipse.net4j.util.collection.CloseableIterator<T>, Iterator<T>
Alle bekannten Unterschnittstellen:
InternalQueryResult
Alle bekannten Implementierungsklassen:
AbstractQueryIterator, AbstractQueryResult, CDOQueryQueue.BlockingCloseableIteratorImpl

public interface BlockingCloseableIterator<T> extends org.eclipse.net4j.util.collection.CloseableIterator<T>
A closeable iterator that blocks on Iterator.hasNext() until the next element is available or the end of the iteration is reached.
Seit:
2.0
Autor:
Simon McDuff
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Non-blocking call.

    Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.collection.Closeable

    close, isClosed

    Von Schnittstelle geerbte Methoden java.util.Iterator

    forEachRemaining, hasNext, next, remove
  • Methodendetails

    • peek

      T peek()
      Non-blocking call.