public class ExtendableString extends Object implements CharSequence
| Modifier | Constructor and Description |
|---|---|
protected |
ExtendableString(String value) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
static <T extends ExtendableString> |
construct(String value,
java8.util.function.Function<String,T> constructor) |
boolean |
equals(Object candidate) |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchars, codePointsprotected ExtendableString(String value)
public int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic String toString()
toString in interface CharSequencetoString in class Objectpublic static <T extends ExtendableString> T construct(String value, java8.util.function.Function<String,T> constructor)
Copyright © 2010–2025 Smals. All rights reserved.