Class LineAppendableImpl.IndexedLineProxy
java.lang.Object
com.vladsch.flexmark.util.sequence.LineAppendableImpl.IndexedLineProxy
- All Implemented Interfaces:
Indexed<BasedSequence>
- Enclosing class:
LineAppendableImpl
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final @NotNull LineAppendableImpl.IndexedLineInfoProxy(package private) final boolean -
Constructor Summary
ConstructorsConstructorDescriptionIndexedLineProxy(@NotNull LineAppendableImpl.IndexedLineInfoProxy proxy, boolean withPrefixes) -
Method Summary
Modifier and TypeMethodDescriptionget(int index) intvoidremoveAt(int index) voidset(int index, BasedSequence item) intsize()
-
Field Details
-
proxy
-
withPrefixes
final boolean withPrefixes
-
-
Constructor Details
-
IndexedLineProxy
public IndexedLineProxy(@NotNull @NotNull LineAppendableImpl.IndexedLineInfoProxy proxy, boolean withPrefixes)
-
-
Method Details
-
get
- Specified by:
getin interfaceIndexed<BasedSequence>
-
set
- Specified by:
setin interfaceIndexed<BasedSequence>
-
removeAt
public void removeAt(int index) - Specified by:
removeAtin interfaceIndexed<BasedSequence>
-
size
public int size()- Specified by:
sizein interfaceIndexed<BasedSequence>
-
modificationCount
public int modificationCount()- Specified by:
modificationCountin interfaceIndexed<BasedSequence>
-