Interface QueryResultsIterator<T>

  • Type Parameters:
    T - the type of elements returned by the iterator
    All Superinterfaces:
    java.lang.AutoCloseable, java.lang.Iterable<T>

    public interface QueryResultsIterator<T>
    extends java.lang.Iterable<T>, java.lang.AutoCloseable
    QueryResultsIterator allows a chaincode to iterate over a set of key/value pairs returned by range, execute and history queries.
    • Method Summary

      • Methods inherited from interface java.lang.AutoCloseable

        close
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator