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
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionchar
charAt
(int index) Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.int
hashCode()
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.int
length()
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, wait
Methods 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:
length
in interfaceCharSequence
-
charAt
public char charAt(int index) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
charAt
in interfaceCharSequence
-
subSequence
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
subSequence
in 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:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
equals
Deprecated, for removal: This API element is subject to removal in a future version.
-