GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javainterface SequenceUtils
SequenceUtils
SequenceUtils
IRichSequence
A CharSequence that provides a rich set of manipulation methods. NOTE: '\0' changed ...
IRichSequence...
BasedSequence
A CharSequence that references original char sequence with offsets into original pre...
IRichSequenceBase...
BasedSequenceImpl
Implementation of BaseSequence
BasedSequenceImpl
BasedSequence.EmptyBasedSequence
BasedSequenceImpl
CharSubSequence
A CharSequence that references original char[] a subSequence() returns a sub-sequenc...
BasedSequenceImpl...
MappedBasedSequence
A BasedSequence which maps characters according to CharMapper
BasedSequenceImpl...
PrefixedSubSequence
A BasedSequence with an out of scope of original char sequence prefix a subSequence(...
BasedSequenceImpl...
SegmentedSequence
A BasedSequence which consists of segments of other BasedSequences
SegmentedSequence
SegmentedSequenceFull
A BasedSequence which consists of segments of other BasedSequences NOTE: very effici...
SegmentedSequence
SegmentedSequenceTree
A BasedSequence which consists of segments of other BasedSequences NOTE: very effici...
BasedSequenceImpl
SubSequence
A BasedSequence implementation which wraps original CharSequence to provide a BasedS...
BasedSequence
ReplacedBasedSequence
Interface implemented by sequences which do not contain contiguous base characters f...
IRichSequence
IRichSequenceBase
An abstract base for RichSequence which implements most of the methods allowing subc...
IRichSequenceBase...
MappedRichSequence
A CharSequence that maps characters according to CharMapper
IRichSequenceBase...
RichSequenceImpl
A RichSequence implementation NOTE: '\0' changed to '\uFFFD' use com.vladsch.flexmar...
IRichSequence
RichSequence