All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vladsch.flexmark.util.sequence.ReplacedBasedSequence Maven / Gradle / Ivy

There is a newer version: 0.64.8
Show newest version
package com.vladsch.flexmark.util.sequence;

/**
 * Interface implemented by sequences which do not contain contiguous base characters
 * from startOffset to endOffset
 */
public interface ReplacedBasedSequence extends BasedSequence {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy