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 booleanhasNext()TxReadWriteSetInfo.NsRwsetInfonext() 
 - 
 
- 
- 
Method Detail
- 
hasNext
public boolean hasNext()
- Specified by:
 hasNextin interfacejava.util.Iterator<TxReadWriteSetInfo.NsRwsetInfo>
 
- 
next
public TxReadWriteSetInfo.NsRwsetInfo next()
- Specified by:
 nextin interfacejava.util.Iterator<TxReadWriteSetInfo.NsRwsetInfo>
 
 - 
 
 -