Class ArrayRuntimeIterator

All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Serializable, RuntimeIteratorInterface

public class ArrayRuntimeIterator extends AtMostOneItemLocalRuntimeIterator
See Also:
  • Constructor Details

    • ArrayRuntimeIterator

      public ArrayRuntimeIterator(RuntimeIterator arrayItems, RuntimeStaticContext staticContext)
      Curly array constructor: single child whose items become singleton members.
    • ArrayRuntimeIterator

      public ArrayRuntimeIterator(List<RuntimeIterator> memberIterators, boolean isFixedSlotsArrayConstructor, RuntimeStaticContext staticContext)
      Square array constructor: each child iterator produces one member (possibly a sequence).
  • Method Details