Frames | No Frames |
Fields of type org.apache.commons.lang.CharSet | |
CharSet | A CharSet defining ASCII alphabetic characters "a-zA-Z". |
CharSet | A CharSet defining ASCII alphabetic characters "a-z". |
CharSet | A CharSet defining ASCII alphabetic characters "A-Z". |
CharSet | A CharSet defining ASCII alphabetic characters "0-9". |
CharSet | A CharSet defining no characters. |
Methods with return type org.apache.commons.lang.CharSet | |
CharSet | CharSetUtils.evaluateSet(String[] set) Creates a CharSet instance which allows a certain amount of
set logic to be performed. |
CharSet | CharSet.getInstance(String setStr) Factory method to create a new CharSet using a special syntax. |