Class IntCombinatorialPort.Iterator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] current()
      Returns the reference on the current iteration element.
      boolean hasNext()  
      int[] next()  
      void reset()
      Resets the iteration
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
    • Method Detail

      • reset

        public void reset()
        Description copied from interface: CombinatorialIterator
        Resets the iteration
      • current

        public int[] current()
        Description copied from interface: CombinatorialIterator
        Returns the reference on the current iteration element.
        Returns:
        the reference on the current iteration element
      • hasNext

        public boolean hasNext()
      • next

        public int[] next()