Package org.htmlunit.corejs.javascript
Class Hashtable.Iter
- java.lang.Object
-
- org.htmlunit.corejs.javascript.Hashtable.Iter
-
- All Implemented Interfaces:
java.util.Iterator<Hashtable.Entry>
- Enclosing class:
- Hashtable
private static final class Hashtable.Iter extends java.lang.Object implements java.util.Iterator<Hashtable.Entry>
-
-
Field Summary
Fields Modifier and Type Field Description private Hashtable.Entry
pos
-
Constructor Summary
Constructors Constructor Description Iter(Hashtable.Entry start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Hashtable.Entry
next()
private void
skipDeleted()
-
-
-
Field Detail
-
pos
private Hashtable.Entry pos
-
-
Constructor Detail
-
Iter
Iter(Hashtable.Entry start)
-
-
Method Detail
-
skipDeleted
private void skipDeleted()
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<Hashtable.Entry>
-
next
public Hashtable.Entry next()
- Specified by:
next
in interfacejava.util.Iterator<Hashtable.Entry>
-
-