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.TableEntryprivate intprivate intprivate SVNHashMap.TableEntry -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
hasNextin interfacejava.util.Iterator
-
next
public java.lang.Object next()- Specified by:
nextin interfacejava.util.Iterator
-
remove
public void remove()- Specified by:
removein interfacejava.util.Iterator
-