Class TreeIterationFlag


  • public final class TreeIterationFlag
    extends Object
    Flags for iterating over trees, see TreeIteration.
    Since:
    8.4.0
    • Field Detail

      • EXCLUDE_START_NODES

        public static final long EXCLUDE_START_NODES
        If set, the start nodes are excluded from the iteration. Start nodes are included by default.
        See Also:
        Constant Field Values