Class StringRandomGeneratorBuilder

java.lang.Object
org.midheaven.math.StringRandomGeneratorBuilder

public class StringRandomGeneratorBuilder extends Object
Builder for String Random Generator instances.
  • Method Details

    • withLengthBetween

      public StringRandomGeneratorTypeBuilder withLengthBetween(int minLength, int maxLength)
      Performs withLengthBetween.
      Parameters:
      minLength - the minLength value
      maxLength - the maxLength value
      Returns:
      the result of withLengthBetween
    • withLengthUpTo

      public StringRandomGeneratorTypeBuilder withLengthUpTo(int maxLength)
      Performs withLengthUpTo.
      Parameters:
      maxLength - the maxLength value
      Returns:
      the result of withLengthUpTo
    • withLength

      public StringRandomGeneratorTypeBuilder withLength(int length)
      Performs withLength.
      Parameters:
      length - the length value
      Returns:
      the result of withLength