public static class Strings.Builder extends AbstractSupplier<Strings,Strings.Builder,RuntimeException>
Strings instances.NUL| Modifier and Type | Method and Description |
|---|---|
Strings |
get()
Gets a new
Strings instance. |
Strings.Builder |
setIgnoreCase(boolean ignoreCase)
Sets the ignoreCase property for new Strings instances.
|
Strings.Builder |
setNullIsLess(boolean nullIsLess)
Sets the nullIsLess property for new Strings instances.
|
asThisclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnulpublic Strings.Builder setIgnoreCase(boolean ignoreCase)
ignoreCase - the ignoreCase property for new Strings instances.public Strings.Builder setNullIsLess(boolean nullIsLess)
nullIsLess - the nullIsLess property for new Strings instances.Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.