Uses of Interface
org.apache.commons.text.Builder
Package | Description |
---|---|
org.apache.commons.text |
Basic classes for text handling.
|
-
Uses of Builder in org.apache.commons.text
Classes in org.apache.commons.text that implement Builder Modifier and Type Class Description static class
RandomStringGenerator.Builder
A builder for generatingRandomStringGenerator
instances.class
StrBuilder
Deprecated.Deprecated as of 1.3, useTextStringBuilder
instead.class
TextStringBuilder
Builds a string from constituent parts providing a more flexible and powerful API than StringBuffer.