Class IntSet.IntSetIterator

  • Enclosing class:
    IntSet

    public static class IntSet.IntSetIterator
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean hasNext  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int next()  
      void remove()  
      void reset()  
      IntArray toArray()
      Returns a new array containing the remaining keys.
      • Methods inherited from class java.lang.Object

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

      • hasNext

        public boolean hasNext
    • Constructor Detail

      • IntSetIterator

        public IntSetIterator​(IntSet set)
    • Method Detail

      • reset

        public void reset()
      • remove

        public void remove()
      • next

        public int next()
      • toArray

        public IntArray toArray()
        Returns a new array containing the remaining keys.