Package com.fastasyncworldedit.core.util
Class MutableCharSequence
java.lang.Object
com.fastasyncworldedit.core.util.MutableCharSequence
- All Implemented Interfaces:
CharSequence
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchar
charAt
(int index) boolean
static MutableCharSequence
int
hashCode()
int
indexOf
(char c) int
length()
void
void
setSubstring
(int start, int end) subSequence
(int start, int end) toString()
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
-
MutableCharSequence
-
MutableCharSequence
public MutableCharSequence()
-
-
Method Details
-
getTemporal
-
setSubstring
public void setSubstring(int start, int end) -
setString
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
hashCode
public int hashCode() -
toString
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
indexOf
public int indexOf(char c) -
equals
-