Interface Nest

All Known Implementing Classes:
ImListNest, OptionalNest, RecordNest

public sealed interface Nest permits ImListNest, OptionalNest, RecordNest
Обход элементов
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Обход завершен
    static interface 
    Элемент итератора
    static interface 
    Итератор по элементам
    static interface 
    Есть элемент
    static interface 
    Элемент пути в дереве
    static final record 
    Начало пути
  • Method Summary

    Modifier and Type
    Method
    Description
    enter(Object value)
    Вход в объект
  • Method Details

    • enter

      Nest.NestIter enter(Object value)
      Вход в объект
      Parameters:
      value - входная точка
      Returns:
      Итератор