Package com.fastasyncworldedit.core.util
Class JoinedCharSequence
java.lang.Object
com.fastasyncworldedit.core.util.JoinedCharSequence
- All Implemented Interfaces:
CharSequence
@Deprecated(forRemoval=true,
since="2.5.1")
public class JoinedCharSequence
extends Object
implements CharSequence
Deprecated, for removal: This API element is subject to removal in a future version.
Unused, will be removed in the future. Use String concatenation instead.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intlength()Deprecated, for removal: This API element is subject to removal in a future version.subSequence(int start, int end) Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
JoinedCharSequence
public JoinedCharSequence()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
init
Deprecated, for removal: This API element is subject to removal in a future version. -
length
public int length()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
charAtin interfaceCharSequence
-
subSequence
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
subSequencein interfaceCharSequence
-
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
equals
Deprecated, for removal: This API element is subject to removal in a future version.
-