Package org.mozilla.javascript
Class EmbeddedSlotMap.Iter
- java.lang.Object
-
- org.mozilla.javascript.EmbeddedSlotMap.Iter
-
- All Implemented Interfaces:
java.util.Iterator<ScriptableObject.Slot>
- Enclosing class:
- EmbeddedSlotMap
private static final class EmbeddedSlotMap.Iter extends java.lang.Object implements java.util.Iterator<ScriptableObject.Slot>
-
-
Field Summary
Fields Modifier and Type Field Description private ScriptableObject.Slot
next
-
Constructor Summary
Constructors Constructor Description Iter(ScriptableObject.Slot slot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
ScriptableObject.Slot
next()
-
-
-
Field Detail
-
next
private ScriptableObject.Slot next
-
-
Constructor Detail
-
Iter
Iter(ScriptableObject.Slot slot)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<ScriptableObject.Slot>
-
next
public ScriptableObject.Slot next()
- Specified by:
next
in interfacejava.util.Iterator<ScriptableObject.Slot>
-
-