Package io.immutables.common
Class Source.SourceWrapper
java.lang.Object
io.immutables.common.Source.SourceWrapper
- All Implemented Interfaces:
CharSequence
- Enclosing interface:
- Source
-
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) intlength()subSequence(int begin, int end) toString()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
-
Method Details
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-