Class Term.TermIterator

  • All Implemented Interfaces:
    Iterator<Term>
    Enclosing class:
    Term

    public class Term.TermIterator
    extends Object
    implements Iterator<Term>
    This Iterator implementation iterates over the child Terms of a given Term.
    Since:
    Coherence 12.2.1
    Author:
    jk 2014.02.25
    • Constructor Detail

      • TermIterator

        public TermIterator​(Term termParent)
        Construct an Iterator that will iterate over the child Terms of the specified Term.
        Parameters:
        termParent - the term to iterate over