Interface FixedListIterator.Handle

All Known Implementing Classes:
ConditionNode.FactorHandle
Enclosing class:
FixedListIterator

public static interface FixedListIterator.Handle
A handle to map the list elements to their underlying fields.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
    void
    set(Node node)
     
  • Method Details

    • get

      Node get()
    • set

      void set(Node node)