| Package | Description |
|---|---|
| org.apache.commons.lang3 |
Provides highly reusable utility methods, chiefly concerned with adding value to the
java.lang classes. |
| Modifier and Type | Method and Description |
|---|---|
static Strings.Builder |
Strings.builder()
Constructs a new
Strings.Builder instance. |
Strings.Builder |
Strings.Builder.setIgnoreCase(boolean ignoreCase)
Sets the ignoreCase property for new Strings instances.
|
Strings.Builder |
Strings.Builder.setNullIsLess(boolean nullIsLess)
Sets the nullIsLess property for new Strings instances.
|
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.