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 booleansetUp()voidtearDown()
-
DMelt 3.0 © DataMelt by jWork.ORG