Interface LedgerEntryPage.EntryVisitor

  • Enclosing class:
    LedgerEntryPage

    public static interface LedgerEntryPage.EntryVisitor
    Interface for getEntries to propagate entry, pos pairs.
    • Method Detail

      • visit

        boolean visit​(long entry,
                      long pos)
               throws java.lang.Exception
        Throws:
        java.lang.Exception