Package com.blackrook.rookscript
Class ScriptValue.WrappedGenericIterator
java.lang.Object
com.blackrook.rookscript.ScriptValue.WrappedGenericIterator
- All Implemented Interfaces:
ScriptIteratorType
,Iterator<ScriptIteratorType.IteratorPair>
- Enclosing class:
- ScriptValue
Iterator Type for OBJECTREFs that return their own iterators.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.blackrook.rookscript.ScriptIteratorType
ScriptIteratorType.IteratorPair
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ScriptIteratorType.IteratorPair>
-
next
- Specified by:
next
in interfaceIterator<ScriptIteratorType.IteratorPair>
-
toString
-