Interface PositionFactory<T,P extends IPositionHolder<T,P>>
-
public interface PositionFactory<T,P extends IPositionHolder<T,P>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description P
create(@NotNull IPositionUpdater<T,P> parent, int index, @NotNull PositionAnchor anchor)
-
-
-
Method Detail
-
create
@NotNull P create(@NotNull @NotNull IPositionUpdater<T,P> parent, int index, @NotNull @NotNull PositionAnchor anchor)
-
-