org.matheclipse.core.eval.util
Class Iterator
- java.lang.Object
-
- org.matheclipse.core.eval.util.Iterator
-
-
Constructor Summary
Constructors Constructor and Description Iterator(IAST lst, EvalEngine sess)Iterator(IAST lst, Symbol symbol, EvalEngine sess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanhasNext()Tests if this enumeration contains more elements.IExprnext()Returns the next element of this enumeration.voidremove()Not implemented; throws UnsupportedOperationExceptionbooleansetUp()voidtearDown()Method Declaration.
-
-
-
Constructor Detail
-
Iterator
public Iterator(IAST lst, EvalEngine sess)
-
Iterator
public Iterator(IAST lst, Symbol symbol, EvalEngine sess)
-
-
Method Detail
-
hasNext
public boolean hasNext()
Tests if this enumeration contains more elements.- Specified by:
hasNextin interfacejava.util.Iterator<IExpr>- Returns:
trueif this enumeration contains more elements;falseotherwise.
-
next
public IExpr next()
Returns the next element of this enumeration.- Specified by:
nextin interfacejava.util.Iterator<IExpr>- Returns:
- the next element of this enumeration.
-
tearDown
public void tearDown()
Method Declaration.
-
remove
public void remove() throws java.lang.UnsupportedOperationExceptionNot implemented; throws UnsupportedOperationException- Specified by:
removein interfacejava.util.Iterator<IExpr>- Throws:
java.lang.UnsupportedOperationException
-
-
DMelt 3.0 © DataMelt by jWork.ORG