Class AbstractQueryResult<T>

  • All Implemented Interfaces:
    java.util.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 java.lang.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 Detail

    • Method Detail

      • getQueryInfo

        public CDOQueryInfo getQueryInfo()
        Since:
        3.0
      • getQueryID

        public int getQueryID()
      • setQueryID

        public void setQueryID​(int queryID)
      • hasNext

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

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

        public void remove()
        Specified by:
        remove in interface java.util.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