Uses of Class
org.apache.commons.lang.CharSet
- 
Packages that use CharSet Package Description org.apache.commons.lang Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.langclasses. - 
- 
Uses of CharSet in org.apache.commons.lang
Fields in org.apache.commons.lang declared as CharSet Modifier and Type Field Description static CharSetCharSet. ASCII_ALPHAA CharSet defining ASCII alphabetic characters "a-zA-Z".static CharSetCharSet. ASCII_ALPHA_LOWERA CharSet defining ASCII alphabetic characters "a-z".static CharSetCharSet. ASCII_ALPHA_UPPERA CharSet defining ASCII alphabetic characters "A-Z".static CharSetCharSet. ASCII_NUMERICA CharSet defining ASCII alphabetic characters "0-9".static CharSetCharSet. EMPTYA CharSet defining no characters.Methods in org.apache.commons.lang that return CharSet Modifier and Type Method Description static CharSetCharSetUtils. evaluateSet(String[] set)Deprecated.static CharSetCharSet. getInstance(String setStr)Factory method to create a new CharSet using a special syntax.static CharSetCharSet. getInstance(String[] setStrs)Constructs a new CharSet using the set syntax. 
 -