Class ModIntIterator
java.lang.Object
edu.jas.arith.ModIntIterator
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intdata structure.(package private) final ModIntRing -
Constructor Summary
Constructors -
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
-
curr
int currdata structure. -
ring
-
-
Constructor Details
-
ModIntIterator
ModInt iterator constructor.- Parameters:
fac- modular integer factory;
-
-
Method Details
-
hasNext
-
next
-
remove
-