Class AbstractPasswordGenerator

    • Constructor Detail

      • AbstractPasswordGenerator

        public AbstractPasswordGenerator()
    • Method Detail

      • hasNext

        public abstract boolean hasNext()
        Checks whether there is another password available.
        Specified by:
        hasNext in interface Iterator<String>
        Returns:
        true if another password available
      • next

        public abstract String next()
        Returns the next password.
        Specified by:
        next in interface Iterator<String>
        Returns:
        the next password, null if no more available