java.lang.Object
org.xbib.datastructures.yaml.tiny.ListNode
- Alle implementierten Schnittstellen:
org.xbib.datastructures.api.ListNode,org.xbib.datastructures.api.Node<List<org.xbib.datastructures.api.Node<?>>>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidadd(int index, org.xbib.datastructures.api.Node<?> node) voidadd(org.xbib.datastructures.api.Node<?> node) voidaddComments(int index, List<String> comments) List<org.xbib.datastructures.api.Node<?>> get()org.xbib.datastructures.api.Node<?> get(int index) intgetDepth()booleanhas(int index)
-
Konstruktordetails
-
ListNode
public ListNode(org.xbib.datastructures.api.Node<?> parent)
-
-
Methodendetails
-
getDepth
public int getDepth()- Angegeben von:
getDepthin Schnittstelleorg.xbib.datastructures.api.Node<List<org.xbib.datastructures.api.Node<?>>>
-
get
- Angegeben von:
getin Schnittstelleorg.xbib.datastructures.api.Node<List<org.xbib.datastructures.api.Node<?>>>
-
getComments
-
getItemCommentPairs
-
addComments
-
has
public boolean has(int index) -
get
public org.xbib.datastructures.api.Node<?> get(int index) -
add
public void add(org.xbib.datastructures.api.Node<?> node) -
add
public void add(int index, org.xbib.datastructures.api.Node<?> node)
-