GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaMethod BasedSequenceImpl.extendToEndOfLine(eolChars)
O
extendToEndOfLine()
IRichSequenceBase...
abstract class BasedSequenceImpl
Implementation of BaseSequence
O
extendToEndOfLine()
Abstract
getEndOffset()
Get the end offset of this sequence into {@link # getBaseSequence()} and {@link #getB...
IRichSequence...
interface BasedSequence
A CharSequence that references original char sequence with offsets into original pre...
O
lastChar()
IRichSequence
abstract class IRichSequenceBase
An abstract base for RichSequence which implements most of the methods allowing subc...
test()
interface CharPredicate
Interface for set of characters to use for inclusion exclusion tests Can be used for...
Abstract
getBaseSequence()
Get the base sequence for the text
Abstract
endOfLine()
Get the offset of the end of line at given index, end of line delimited by \n
SequenceUtils
interface IRichSequence
A CharSequence that provides a rich set of manipulation methods. NOTE: '\0' changed ...
Abstract
eolStartLength()
Get the length of EOL character at the given index of this sequence, if present. <p>...
Abstract
getStartOffset()
Get the start offset of this sequence into {@link #getBaseSequence()} and {@link #ge...
OAbstract
subSequence()
Get a portion of this sequence
O
isEmpty()
S
isEmpty()
interface SequenceUtils
Abstract
test()