Class DecimalDigitsNSG.NonZeroDigitsGeneratorNS

java.lang.Object
it.unimi.di.prog2.h15.dd.DecimalDigitsNSG.NonZeroDigitsGeneratorNS
All Implemented Interfaces:
Iterator<Integer>
Enclosing class:
DecimalDigitsNSG

private static class DecimalDigitsNSG.NonZeroDigitsGeneratorNS extends Object implements Iterator<Integer>
A nested static class implementing the genrator.
  • Field Details

    • remaining

      private long remaining
  • Constructor Details

    • NonZeroDigitsGeneratorNS

      private NonZeroDigitsGeneratorNS(long remaining)
  • Method Details