Class OptionalNest.OptionalIter

java.lang.Object
xyz.cofe.coll.im.htree.OptionalNest.OptionalIter
All Implemented Interfaces:
Nest.NestFinish, Nest.NestIt, Nest.NestIter
Enclosing class:
OptionalNest

public static final class OptionalNest.OptionalIter extends Object implements Nest.NestIter, Nest.NestFinish
  • Constructor Details

    • OptionalIter

      public OptionalIter(Optional optional)
  • Method Details

    • getOptional

      public Optional getOptional()
    • next

      public Nest.NestIt next()
      Description copied from interface: Nest.NestIter
      Переход к следующему элементу
      Specified by:
      next in interface Nest.NestIter
      Returns:
      значение типа NestItValue - очередной элемент из итератора
      значение типа NestFinish - обход завершен
    • exit

      public Object exit()
      Specified by:
      exit in interface Nest.NestFinish
    • updateInnerValue

      public void updateInnerValue(Object newValue)