Interface LedgerEntryPage.EntryVisitor

Enclosing class:
LedgerEntryPage

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

    Modifier and Type
    Method
    Description
    boolean
    visit(long entry, long pos)
     
  • Method Details