GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaMethod BasedSequenceImpl.isBaseCharAt(index,predicate)
O
isBaseCharAt()
IRichSequenceBase...
abstract class BasedSequenceImpl
Implementation of BaseSequence
O
safeBaseCharAt()
test()
interface CharPredicate
Interface for set of characters to use for inclusion exclusion tests Can be used for...
Abstract
getStartOffset()
Get the start offset of this sequence into {@link #getBaseSequence()} and {@link #ge...
IRichSequence...
interface BasedSequence
A CharSequence that references original char sequence with offsets into original pre...
Abstract
getBaseSequence()
Get the base sequence for the text
Abstract
safeCharAt()
return char at index or '\0' if index <0 or >=length()
SequenceUtils
interface IRichSequence
A CharSequence that provides a rich set of manipulation methods. NOTE: '\0' changed ...
Abstract
test()