Package org.eclipse.emf.cdo.common.util
Interface BlockingCloseableIterator<T>
- 
- All Superinterfaces:
- org.eclipse.net4j.util.collection.Closeable,- org.eclipse.net4j.util.collection.CloseableIterator<T>,- java.util.Iterator<T>
 - All Known Subinterfaces:
- InternalQueryResult
 - All Known Implementing Classes:
- AbstractQueryIterator,- AbstractQueryResult,- CDOQueryQueue.BlockingCloseableIteratorImpl
 
 public interface BlockingCloseableIterator<T> extends org.eclipse.net4j.util.collection.CloseableIterator<T>A closeable iterator that blocks onIterator.hasNext()until the next element is available or the end of the iteration is reached.- Since:
- 2.0
- Author:
- Simon McDuff
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Tpeek()Non-blocking call.
 
- 
- 
- 
Method Detail- 
peekT peek() Non-blocking call.
 
- 
 
-