Package org.pkl.core.runtime
Class Iterators
- java.lang.Object
-
- org.pkl.core.runtime.Iterators
-
public final class Iterators extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIterators.ReverseArrayIteratorA reverse iterator for arrays.static classIterators.ReverseTruffleIterator<T>A reverse iterator for lists that performs all work behind Truffle boundaries.static classIterators.TruffleIterator<T>An iterator for iterables that performs all work behind Truffle boundaries.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> java.util.Iterator<T>emptyTruffleIterator()
-