Class SubMatchIterable

  • All Implemented Interfaces:
    Iterable<Match>

    public class SubMatchIterable
    extends Object
    implements Iterable<Match>
    A custom Iterable that will iterate over the Match->submatch tree of a given Match.
    • Constructor Detail

      • SubMatchIterable

        public SubMatchIterable​(Match match)
        Constructs an iterable given the root of its tree.
        Parameters:
        match - Starting match of the tree we'll iterate over.