Class Segment.TextCharSequence
java.lang.Object
com.vladsch.flexmark.util.sequence.builder.tree.Segment.TextCharSequenceBase
com.vladsch.flexmark.util.sequence.builder.tree.Segment.TextCharSequence
- All Implemented Interfaces:
CharSequence
- Enclosing class:
Segment
-
Field Summary
Fields inherited from class Segment.TextCharSequenceBase
byteOffset, bytes, length, startOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) (package private) CharSequencecreate(int startOffset, int length) Methods inherited from class Segment.TextCharSequenceBase
length, subSequence, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface CharSequence
chars, codePoints, getChars, isEmpty
-
Constructor Details
-
TextCharSequence
public TextCharSequence(byte[] bytes, int byteOffset, int startOffset, int length)
-
-
Method Details
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence- Specified by:
charAtin classSegment.TextCharSequenceBase
-
create
- Specified by:
createin classSegment.TextCharSequenceBase
-