Package org.commonmark.node
Class Nodes
- java.lang.Object
-
- org.commonmark.node.Nodes
-
public class Nodes extends java.lang.ObjectUtility class for working with multipleNodes.- Since:
- 0.16.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classNodes.NodeIterableprivate static classNodes.NodeIterator
-
Constructor Summary
Constructors Modifier Constructor Description privateNodes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Iterable<Node>between(Node start, Node end)The nodes between (not including) start and end.
-