Package elki.result

Class Metadata.Hierarchy.ItrChildren

  • All Implemented Interfaces:
    It<java.lang.Object>, Iter
    Enclosing class:
    Metadata.Hierarchy

    private class Metadata.Hierarchy.ItrChildren
    extends Metadata.EagerIt<java.lang.Object>
    Child iterator.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int pos
      Next position.
    • Constructor Summary

      Constructors 
      Constructor Description
      ItrChildren()
      Constructor.
    • Field Detail

      • pos

        private int pos
        Next position.
    • Constructor Detail

      • ItrChildren

        public ItrChildren()
        Constructor.
    • Method Detail

      • advance

        public It<java.lang.Object> advance()
        Description copied from interface: Iter
        Moves the iterator forward to the next entry.
        Returns:
        The iterator itself.