Interface ScriptIteratorType

All Superinterfaces:
Iterator<ScriptIteratorType.IteratorPair>
All Known Implementing Classes:
ScriptValue.WrappedGenericIterator, ScriptValue.WrappedMapIterator

public interface ScriptIteratorType extends Iterator<ScriptIteratorType.IteratorPair>
Describes a type that iterates over ScriptValues, generically. The returned ScriptIteratorType.IteratorPairs are considered to be RE-USED, and each piece meant to be pushed onto a stack.