Documentation of 'org.matheclipse.core.generic.interfaces.IIterator' Java class
IIterator
org.matheclipse.core.generic.interfaces

Interface IIterator<E>

  • All Superinterfaces:
    java.util.Iterator<E>
    All Known Implementing Classes:
    Array.ArrayIterator, ConstantArray.ArrayIterator, Iterator


    public interface IIterator<E>
    extends java.util.Iterator<E>
    Interface for an iterator with additional tearDown() method, to run the iterator again
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean setUp() 
      void tearDown() 
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Method Detail

      • setUp

        boolean setUp()
      • tearDown

        void tearDown()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.