Package com.fastasyncworldedit.core.util
Class MutableCharSequence
java.lang.Object
com.fastasyncworldedit.core.util.MutableCharSequence
- All Implemented Interfaces:
CharSequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) booleanstatic MutableCharSequenceinthashCode()intindexOf(char c) intlength()voidvoidsetSubstring(int start, int end) subSequence(int start, int end) toString()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
-
MutableCharSequence
-
MutableCharSequence
public MutableCharSequence()
-
-
Method Details
-
getTemporal
-
setSubstring
public void setSubstring(int start, int end) -
setString
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
hashCode
public int hashCode() -
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
indexOf
public int indexOf(char c) -
equals
-