
com.vladsch.flexmark.experimental.util.collection.iteration.Position 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 class Position extends IPositionBase> {
public Position(@NotNull IPositionUpdater> parent, int index, @NotNull PositionAnchor anchor) {
super(parent, index, anchor);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy