Class IndexListPolyIterator<C extends RingElem<C>>
java.lang.Object
edu.jas.poly.IndexListPolyIterator<C>
- All Implemented Interfaces:
Iterator<IndexListMonomial<C>>
public class IndexListPolyIterator<C extends RingElem<C>>
extends Object
implements Iterator<IndexListMonomial<C>>
Iterator over monomials of a polynomial. Adaptor for
val.entrySet().iterator().
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor of polynomial iterator. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
ms
-
-
Constructor Details
-
IndexListPolyIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-