Uses of Class
org.apache.juneau.commons.lang.AsciiSet.Builder
Packages that use AsciiSet.Builder
Package
Description
Language utilities including value wrappers, version management, string formatting,
state enums, and other common language constructs.
-
Uses of AsciiSet.Builder in org.apache.juneau.commons.lang
Methods in org.apache.juneau.commons.lang that return AsciiSet.BuilderModifier and TypeMethodDescriptionAsciiSet.Builder.chars(char... value) Adds a set of characters to this set.Adds a set of characters to this set.AsciiSet.copy()Copies an existingAsciiSetso that you can augment it with additional values.static AsciiSet.BuilderAsciiSet.create()Creates a builder for an ASCII set.AsciiSet.Builder.range(char start, char end) Adds a range of characters to this set.Shortcut for calling multiple ranges.