Interface FieldSearchIndex.Visitor<T>

Enclosing class:
FieldSearchIndex<T extends NdNode>

public static interface FieldSearchIndex.Visitor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    visit​(T toVisit)
     
  • Method Details

    • visit

      boolean visit(T toVisit)