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

    Fields
    Modifier and Type
    Field
    Description
     
    private int
     
    private int
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    java.lang.Object
     
    void
     

    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

  • Constructor Details

    • TableIterator

      public TableIterator()
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface java.util.Iterator
    • next

      public java.lang.Object next()
      Specified by:
      next in interface java.util.Iterator
    • remove

      public void remove()
      Specified by:
      remove in interface java.util.Iterator