Package org.pkl.core.runtime
Class Iterators.ReverseTruffleIterator<T>
- java.lang.Object
-
- org.pkl.core.runtime.Iterators.ReverseTruffleIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- Iterators
public static final class Iterators.ReverseTruffleIterator<T> extends java.lang.Object implements java.util.Iterator<T>A reverse iterator for lists that performs all work behind Truffle boundaries.
-
-
Constructor Summary
Constructors Constructor Description ReverseTruffleIterator(java.util.List<? extends T> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEachRemaining(java.util.function.Consumer<? super T> action)booleanhasNext()Tnext()voidremove()
-