Uses of Class
org.apache.juneau.common.utils.AsciiSet
Packages that use AsciiSet
-
Uses of AsciiSet in org.apache.juneau.common.utils
Methods in org.apache.juneau.common.utils that return AsciiSetModifier and TypeMethodDescriptionAsciiSet.Builder.build()
Create a newAsciiSet
object with the contents of this builder.static AsciiSet
Creates an ASCII set with the specified characters.Methods in org.apache.juneau.common.utils with parameters of type AsciiSetModifier and TypeMethodDescriptionstatic String
StringUtils.escapeChars
(String s, AsciiSet escaped) Escapes the specified characters in the string.static String
StringUtils.unEscapeChars
(String s, AsciiSet escaped) Removes escape characters from the specified characters.