Class ScriptValue.WrappedMapIterator
java.lang.Object
com.blackrook.rookscript.ScriptValue.WrappedMapIterator
- All Implemented Interfaces:
ScriptIteratorType, Iterator<ScriptIteratorType.IteratorPair>
- Enclosing class:
ScriptValue
Iterator Type for OBJECTREFs that return their own iterators.
This is specifically for other
Map types.- Author:
- Matthew Tropiano
-
Nested Class Summary
Nested classes/interfaces inherited from interface ScriptIteratorType
ScriptIteratorType.IteratorPair -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ScriptIteratorType.IteratorPair>
-
next
- Specified by:
nextin interfaceIterator<ScriptIteratorType.IteratorPair>
-
toString
-