Class AbstractQueryIterator<T>

java.lang.Object
org.eclipse.emf.cdo.spi.common.AbstractQueryResult<T>
org.eclipse.emf.spi.cdo.AbstractQueryIterator<T>
All Implemented Interfaces:
Iterator<T>, BlockingCloseableIterator<T>, org.eclipse.net4j.util.collection.Closeable, org.eclipse.net4j.util.collection.CloseableIterator<T>

public abstract class AbstractQueryIterator<T> extends AbstractQueryResult<T>
If the meaning of this type isn't clear, there really should be more of a description here...
Since:
2.0
Author:
Simon McDuff
No Extend
This interface is not intended to be extended by clients.