Class AbstractQueryResult<T>

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

public class AbstractQueryResult<T> extends Object implements BlockingCloseableIterator<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
  • Constructor Details

  • Method Details

    • getView

      public CDOCommonView getView()
    • getQueryInfo

      public CDOQueryInfo getQueryInfo()
      Since:
      3.0
    • getQueryID

      public int getQueryID()
    • getQueue

      public CDOQueryQueue<Object> getQueue()
    • setQueryID

      public void setQueryID(int queryID)
    • peek

      public T peek()
      Description copied from interface: BlockingCloseableIterator
      Non-blocking call.
      Specified by:
      peek in interface BlockingCloseableIterator<T>
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<T>
    • next

      public T next()
      Specified by:
      next in interface Iterator<T>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<T>
    • close

      public void close()
      Specified by:
      close in interface org.eclipse.net4j.util.collection.Closeable
    • isClosed

      public boolean isClosed()
      Specified by:
      isClosed in interface org.eclipse.net4j.util.collection.Closeable