GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaMethod BasedSequenceImpl.suffixOf(other)
O
suffixOf()
IRichSequenceBase...
abstract class BasedSequenceImpl
Implementation of BaseSequence
Abstract
getBase()
Get the underlying object on which this sequence contents are based
IRichSequence...
interface BasedSequence
A CharSequence that references original char sequence with offsets into original pre...
Abstract
getEndOffset()
Get the end offset of this sequence into {@link # getBaseSequence()} and {@link #getB...
OAbstract
subSequence()
Get a portion of this sequence
Abstract
getStartOffset()
Get the start offset of this sequence into {@link #getBaseSequence()} and {@link #ge...
O
baseSubSequence()
Abstract
getBaseSequence()
Get the base sequence for the text