| Package | Description |
|---|---|
| org.apache.commons.lang3 |
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang classes. |
| org.apache.commons.lang3.text |
Provides classes for handling and manipulating text, partly as an extension to
java.text. |
| Class | Description |
|---|---|
| StrBuilder |
Deprecated.
as of 3.6, use commons-text
TextStringBuilder instead
|
| Class | Description |
|---|---|
| FormatFactory |
Deprecated.
as of 3.6, use commons-text
FormatFactory instead
|
| StrBuilder |
Deprecated.
as of 3.6, use commons-text
TextStringBuilder instead
|
| StrLookup |
Deprecated.
as of 3.6, use commons-text
StringLookupFactory instead
|
| StrMatcher |
Deprecated.
as of 3.6, use commons-text
StringMatcherFactory instead
|
| StrSubstitutor |
Deprecated.
as of 3.6, use commons-text
StringSubstitutor instead
|
| StrTokenizer |
Deprecated.
as of 3.6, use commons-text
StringTokenizer instead
|
Copyright © 2001–2019. All rights reserved.