Class SVNHashMap.TableIterator
java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNHashMap.TableIterator
- All Implemented Interfaces:
java.util.Iterator
- Direct Known Subclasses:
SVNHashMap.KeyIterator
,SVNHashMap.ValueIterator
- Enclosing class:
- SVNHashMap
private class SVNHashMap.TableIterator
extends java.lang.Object
implements java.util.Iterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SVNHashMap.TableEntry
private int
private int
private SVNHashMap.TableEntry
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
index
private int index -
entry
-
previous
-
modCount
private int modCount
-
-
Constructor Details
-
TableIterator
public TableIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfacejava.util.Iterator
-
next
public java.lang.Object next()- Specified by:
next
in interfacejava.util.Iterator
-
remove
public void remove()- Specified by:
remove
in interfacejava.util.Iterator
-