Uses of Class
org.apache.commons.lang3.CharSet
-
Packages that use CharSet Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.langclasses. -
-
Uses of CharSet in org.apache.commons.lang3
Fields in org.apache.commons.lang3 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.Fields in org.apache.commons.lang3 with type parameters of type CharSet Modifier and Type Field Description protected static java.util.Map<java.lang.String,CharSet>CharSet. COMMONA Map of the common cases used in the factory.Methods in org.apache.commons.lang3 that return CharSet Modifier and Type Method Description static CharSetCharSet. getInstance(java.lang.String... setStrs)Factory method to create a new CharSet using a special syntax.
-