Class AlphaNumericString

  • All Implemented Interfaces:
    java.util.function.LongFunction<java.lang.String>

    public class AlphaNumericString
    extends java.lang.Object
    implements java.util.function.LongFunction<java.lang.String>
    Create an alpha-numeric string of the specified length, character-by-character.
    • Constructor Summary

      Constructors 
      Constructor Description
      AlphaNumericString​(int length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apply​(long operand)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AlphaNumericString

        public AlphaNumericString​(int length)
    • Method Detail

      • apply

        public java.lang.String apply​(long operand)
        Specified by:
        apply in interface java.util.function.LongFunction<java.lang.String>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object