Top Fields Constructors Methods
jdk.internal.org.commonmark.node

public abstract Class ListBlock

extends Block
Class Inheritance
Known Direct Subclasses
jdk.internal.org.commonmark.node.OrderedList, jdk.internal.org.commonmark.node.BulletList

Field Summary

Modifier and TypeField and Description
private boolean

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public boolean

Returns:

whether this list is tight or loose
isTight
()

public void
setTight(boolean tight)

Inherited from jdk.internal.org.commonmark.node.Block:
getParentsetParent

Field Detail

tightback to summary
private boolean tight

Constructor Detail

ListBlockback to summary
public ListBlock()

Method Detail

isTightback to summary
public boolean isTight()
Returns:boolean

whether this list is tight or loose

See Also
CommonMark Spec for tight lists
setTightback to summary
public void setTight(boolean tight)