Class AlgebraicNumberIterator<C extends RingElem<C>>
java.lang.Object
edu.jas.poly.AlgebraicNumberIterator<C>
- All Implemented Interfaces:
Iterator<AlgebraicNumber<C>>
class AlgebraicNumberIterator<C extends RingElem<C>>
extends Object
implements Iterator<AlgebraicNumber<C>>
Algebraic number iterator.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCartesianProduct iterator constructor. -
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
-
iter
-
powers
-
aring
-
logger
private static final org.apache.logging.log4j.Logger logger
-
-
Constructor Details
-
AlgebraicNumberIterator
CartesianProduct iterator constructor.- Parameters:
aring- AlgebraicNumberRing components of the Cartesian product.
-
-
Method Details
-
hasNext
-
next
-
remove
-