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.Entrypos
-
Constructor Summary
Constructors Constructor Description Iter(Hashtable.Entry start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Hashtable.Entrynext()private voidskipDeleted()
-
-
-
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:
hasNextin interfacejava.util.Iterator<Hashtable.Entry>
-
next
public Hashtable.Entry next()
- Specified by:
nextin interfacejava.util.Iterator<Hashtable.Entry>
-
-