Package elki.result

Class Metadata.Hierarchy.ItrChildrenReverse

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

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

      Fields 
      Modifier and Type Field Description
      private int pos
      Current position.
    • Field Detail

      • pos

        private int pos
        Current position.
    • Constructor Detail

      • ItrChildrenReverse

        public ItrChildrenReverse()
        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.