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:
java.util.Iterator
Enclosing class:
SVNHashMap

private class SVNHashMap.KeyIterator extends SVNHashMap.TableIterator
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.Object
     

    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

      public java.lang.Object next()
      Specified by:
      next in interface java.util.Iterator
      Overrides:
      next in class SVNHashMap.TableIterator