Package com.webfirmframework.wffweb.util
Class CharsetUtil
- java.lang.Object
-
- com.webfirmframework.wffweb.util.CharsetUtil
-
public final class CharsetUtil extends java.lang.Object
- Since:
- 1.0.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static char[]
getLowerCaseCharset(int upto)
gets the char array of lower case chars from 0 to the givenupto
value.static char[]
getUpperCaseCharset(int upto)
gets the char array of upper case chars from 0 to the givenupto
value.
-
-
-
Method Detail
-
getUpperCaseCharset
public static char[] getUpperCaseCharset(int upto)
gets the char array of upper case chars from 0 to the givenupto
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 givenupto
value.- Parameters:
upto
-- Returns:
- Since:
- 1.0.0
-
-