Class MemStatementIteratorCache.CachedIteration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Iterator<MemStatement> iter  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Closes this iteration, freeing any resources that it is holding.
      boolean hasNext()
      Returns true if the iteration has more elements.
      MemStatement next()
      Returns the next element in the iteration.
      void remove()
      Removes from the underlying collection the last element returned by the iteration (optional operation).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait