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