Package it.unimi.di.prog2.h15
Class DecimalDigitsIG.NonZeroDigitsGeneratorIG
java.lang.Object
it.unimi.di.prog2.h15.DecimalDigitsIG.NonZeroDigitsGeneratorIG
- Enclosing class:
DecimalDigitsIG
An inner class implementing the generator.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate long
The remaining digits to return (except possibly for the trailing zeroes). -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
remaining
private long remainingThe remaining digits to return (except possibly for the trailing zeroes).
-
-
Constructor Details
-
NonZeroDigitsGeneratorIG
private NonZeroDigitsGeneratorIG().
-
-
Method Details