Class CDOQueryQueue<E>

java.lang.Object
org.eclipse.emf.cdo.common.util.CDOQueryQueue<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Queue<E>, org.eclipse.net4j.util.collection.Closeable

public class CDOQueryQueue<E> extends Object implements Queue<E>, org.eclipse.net4j.util.collection.Closeable
The queue that represents the result of a CDOQuery.
Since:
2.0
Author:
Simon McDuff
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.