
com.vladsch.flexmark.experimental.util.sequence.managed.BaseSequenceEntry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexmark-util-experimental Show documentation
Show all versions of flexmark-util-experimental Show documentation
Contains experimental classes that may or may not work in all cases. Use at your own risk.
The newest version!
package com.vladsch.flexmark.experimental.util.sequence.managed;
import com.vladsch.flexmark.util.sequence.BasedSequence;
import com.vladsch.flexmark.util.sequence.IRichSequence;
import com.vladsch.flexmark.util.sequence.SubSequence;
import org.jetbrains.annotations.NotNull;
import java.util.WeakHashMap;
public class BaseSequenceEntry {
final private @NotNull WeakHashMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy