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 classCharacterChecker.WhitespaceCheckerFields in org.jboss.util declared as CharacterChecker Modifier and Type Field Description static CharacterCheckerCharacterChecker. WHITESPACEMethods in org.jboss.util with parameters of type CharacterChecker Modifier and Type Method Description static java.lang.StringStrings. trimLeadingCharacter(java.lang.String str, CharacterChecker checker)Trim all occurences of the supplied leading character from the given String.
-