Class Iterators.TruffleIterator<T>

java.lang.Object
org.pkl.core.runtime.Iterators.TruffleIterator<T>
All Implemented Interfaces:
Iterator<T>
Enclosing class:
Iterators

public static final class Iterators.TruffleIterator<T> extends Object implements Iterator<T>
An iterator for iterables that performs all work behind Truffle boundaries.
  • Constructor Details

    • TruffleIterator

      public TruffleIterator(Iterable<? extends T> iterable)
  • Method Details