Interface Dictionary.Visitor

Enclosing interface:
Dictionary

public static interface Dictionary.Visitor
The interface for visitors.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called once for each node of the tree in sort order.