Package org.hyperledger.fabric.sdk
Class TxReadWriteSetInfo.NsRwsetInfoIterator
- java.lang.Object
-
- org.hyperledger.fabric.sdk.TxReadWriteSetInfo.NsRwsetInfoIterator
-
- All Implemented Interfaces:
java.util.Iterator<TxReadWriteSetInfo.NsRwsetInfo>
- Enclosing class:
- TxReadWriteSetInfo
public class TxReadWriteSetInfo.NsRwsetInfoIterator extends java.lang.Object implements java.util.Iterator<TxReadWriteSetInfo.NsRwsetInfo>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
TxReadWriteSetInfo.NsRwsetInfo
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<TxReadWriteSetInfo.NsRwsetInfo>
-
next
public TxReadWriteSetInfo.NsRwsetInfo next()
- Specified by:
next
in interfacejava.util.Iterator<TxReadWriteSetInfo.NsRwsetInfo>
-
-