
com.vladsch.flexmark.experimental.util.collection.iteration.PositionFactory 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.collection.iteration;
import com.vladsch.flexmark.util.sequence.PositionAnchor;
import org.jetbrains.annotations.NotNull;
public interface PositionFactory> {
@NotNull
P create(@NotNull IPositionUpdater parent, int index, @NotNull PositionAnchor anchor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy