Class ModLongIterator
java.lang.Object
edu.jas.arith.ModLongIterator
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) longdata structure.(package private) final ModLongRing -
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
long currdata structure. -
ring
-
-
Constructor Details
-
ModLongIterator
ModLong iterator constructor.- Parameters:
fac- modular integer factory;
-
-
Method Details
-
hasNext
-
next
-
remove
-