Interface PositionFactory<T,P extends IPositionHolder<T,P>>
public interface PositionFactory<T,P extends IPositionHolder<T,P>>
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(@NotNull IPositionUpdater<T, P> parent, int index, @NotNull PositionAnchor anchor)
-
Method Details
-
create
@NotNull P create(@NotNull @NotNull IPositionUpdater<T, P> parent, int index, @NotNull @NotNull PositionAnchor anchor)
-