Package org.hyperledger.fabric.sdk
Class BlockInfo.TransactionEnvelopeInfo.TransactionActionInfoIterator
- java.lang.Object
 - 
- org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfoIterator
 
 
- 
- All Implemented Interfaces:
 java.util.Iterator<BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo>
- Enclosing class:
 - BlockInfo.TransactionEnvelopeInfo
 
public class BlockInfo.TransactionEnvelopeInfo.TransactionActionInfoIterator extends java.lang.Object implements java.util.Iterator<BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo>
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()BlockInfo.TransactionEnvelopeInfo.TransactionActionInfonext() 
 - 
 
- 
- 
Method Detail
- 
hasNext
public boolean hasNext()
- Specified by:
 hasNextin interfacejava.util.Iterator<BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo>
 
- 
next
public BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo next()
- Specified by:
 nextin interfacejava.util.Iterator<BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo>
 
 - 
 
 -