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.AutoCloseableQueryResultsIterator allows a chaincode to iterate over a set of key/value pairs returned by range, execute and history queries.