private class SVNHashMap.TableIterator
extends java.lang.Object
implements java.util.Iterator
Modifier and Type | Field and Description |
---|---|
private SVNHashMap.TableEntry |
entry |
private int |
index |
private int |
modCount |
private SVNHashMap.TableEntry |
previous |
Constructor and Description |
---|
TableIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
private int index
private SVNHashMap.TableEntry entry
private SVNHashMap.TableEntry previous
private int modCount