Interface RSIterator

All Superinterfaces:
ClosableIterator<ReifiedStatement>, Closeable, ExtendedIterator<ReifiedStatement>, Iterator<ReifiedStatement>, IteratorCloseable<ReifiedStatement>
All Known Implementing Classes:
RSIteratorImpl

public interface RSIterator extends ExtendedIterator<ReifiedStatement>
An RSIterator is a ClosableIterator (qv) which delivers only ReifedStatement's and which has a next-method with that return type.
  • Method Details

    • nextRS

      return the next object, cast to a ReifedStatement