Uses of Interface
org.jboss.util.CharacterChecker
-
Packages that use CharacterChecker Package Description org.jboss.util Utility classes and interfaces. -
-
Uses of CharacterChecker in org.jboss.util
Classes in org.jboss.util that implement CharacterChecker Modifier and Type Class Description static class
CharacterChecker.WhitespaceChecker
Fields in org.jboss.util declared as CharacterChecker Modifier and Type Field Description static CharacterChecker
CharacterChecker. WHITESPACE
Methods in org.jboss.util with parameters of type CharacterChecker Modifier and Type Method Description static java.lang.String
Strings. trimLeadingCharacter(java.lang.String str, CharacterChecker checker)
Trim all occurences of the supplied leading character from the given String.
-