Interface ForestParentChildrenVisitor


public interface ForestParentChildrenVisitor
Author:
Igor Sereda
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    visit(Forest forest, long parent, LongList children)
    Reports a pair of parent row and its children (direct sub-items).
  • Method Details