Class CellBlockIterator

java.lang.Object
org.nervos.ckb.transaction.CellBlockIterator
All Implemented Interfaces:
java.util.Iterator<org.nervos.ckb.transaction.TransactionInput>

public class CellBlockIterator
extends java.lang.Object
implements java.util.Iterator<org.nervos.ckb.transaction.TransactionInput>
Copyright © 2020 Nervos Foundation. All rights reserved.
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    org.nervos.ckb.transaction.TransactionInput next()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.Iterator

    forEachRemaining, remove
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface java.util.Iterator<org.nervos.ckb.transaction.TransactionInput>
    • next

      public org.nervos.ckb.transaction.TransactionInput next()
      Specified by:
      next in interface java.util.Iterator<org.nervos.ckb.transaction.TransactionInput>