Interface Nest.NestIter

All Known Implementing Classes:
ImListNest.ImListIter, OptionalNest.OptionalIter, RecordNest.RecordIter
Enclosing interface:
Nest

public static sealed interface Nest.NestIter permits ImListNest.ImListIter, OptionalNest.OptionalIter, RecordNest.RecordIter
Итератор по элементам
  • Method Summary

    Modifier and Type
    Method
    Description
    Переход к следующему элементу
  • Method Details

    • next

      Nest.NestIt next()
      Переход к следующему элементу
      Returns:
      значение типа NestItValue - очередной элемент из итератора
      значение типа NestFinish - обход завершен