Class SVNHashMap.KeyIterator
java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNHashMap.TableIterator
org.tmatesoft.svn.core.internal.util.SVNHashMap.KeyIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
- SVNHashMap
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tmatesoft.svn.core.internal.util.SVNHashMap.TableIterator
hasNext, remove
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
-
Constructor Details
-
KeyIterator
private KeyIterator()
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator
- Overrides:
next
in classSVNHashMap.TableIterator
-