Class Position<T>
java.lang.Object
com.vladsch.flexmark.experimental.util.collection.iteration.IPositionBase<T,Position<T>>
com.vladsch.flexmark.experimental.util.collection.iteration.Position<T>
- All Implemented Interfaces:
IPosition<T,
,Position<T>> IPositionHolder<T,
,Position<T>> IPositionListener
-
Constructor Summary
ConstructorsConstructorDescriptionPosition
(@NotNull IPositionUpdater<T, Position<T>> parent, int index, @NotNull PositionAnchor anchor) -
Method Summary
Methods inherited from class com.vladsch.flexmark.experimental.util.collection.iteration.IPositionBase
add, add, addAll, addAll, append, backwards, deleted, detachListener, equals, forwards, get, get, getAnchor, getIndex, getIndex, getOrNull, getOrNull, getOrNull, getOrNull, getPosition, hashCode, hasNext, hasPrevious, indexOf, indexOf, indexOf, indexOf, inserted, invalidate, isDetached, isEmpty, isValid, isValidElement, isValidIndex, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, maxOffset, minOffset, next, nextForwards, nextIndex, nextOrNull, previous, previousBackwards, previousIndex, previousOrNull, remove, remove, remove, set, set, setDetached, size, toString, unframed, withAnchor
-
Constructor Details
-
Position
public Position(@NotNull @NotNull IPositionUpdater<T, Position<T>> parent, int index, @NotNull @NotNull PositionAnchor anchor)
-