Class LineAppendableImpl.IndexedLineInfoProxy
java.lang.Object
com.vladsch.flexmark.util.sequence.LineAppendableImpl.IndexedLineInfoProxy
- Enclosing class:
- LineAppendableImpl
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final @NotNull LineAppendableImpl
(package private) final int
(package private) final int
(package private) final int
-
Constructor Summary
ConstructorsConstructorDescriptionIndexedLineInfoProxy
(@NotNull LineAppendableImpl appendable, int maxTrailingBlankLines, int startLine, int endLine) -
Method Summary
-
Field Details
-
appendable
-
startLine
final int startLine -
endLine
final int endLine -
maxTrailingBlankLines
final int maxTrailingBlankLines
-
-
Constructor Details
-
IndexedLineInfoProxy
public IndexedLineInfoProxy(@NotNull @NotNull LineAppendableImpl appendable, int maxTrailingBlankLines, int startLine, int endLine)
-
-
Method Details
-
get
-
set
-
removeAt
public void removeAt(int index) -
size
public int size() -
modificationCount
public int modificationCount()- Specified by:
modificationCount
in interfaceIndexed<LineInfo>
-