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
-
size
-
modificationCount
public int modificationCount()- Specified by:
modificationCountin interfaceIndexed<LineInfo>
-