Package org.dmfs.jems2.charsequence
Class DelegatingCharSequence
java.lang.Object
org.dmfs.jems2.charsequence.DelegatingCharSequence
- All Implemented Interfaces:
CharSequence
CharSequence that delegates all calls to another CharSequence.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal charcharAt(int index) final intlength()final CharSequencesubSequence(int start, int end) final StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
DelegatingCharSequence
-
-
Method Details
-
length
public final int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public final char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-