Class CharsetUtil

java.lang.Object
com.webfirmframework.wffweb.util.CharsetUtil

public final class CharsetUtil extends Object
Since:
1.0.0
  • Method Details

    • getUpperCaseCharset

      public static char[] getUpperCaseCharset(int upto)
      gets the char array of upper case chars from 0 to the given upto value.
      Parameters:
      upto -
      Returns:
      Since:
      1.0.0
    • getLowerCaseCharset

      public static char[] getLowerCaseCharset(int upto)
      gets the char array of lower case chars from 0 to the given upto value.
      Parameters:
      upto -
      Returns:
      Since:
      1.0.0