Class IntRedBlackTree.IntRBTIterator

  • Enclosing class:
    IntRedBlackTree

    public static class IntRedBlackTree.IntRBTIterator
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      int next()  
      void remove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public int next()
      • remove

        public void remove()