Package org.commonmark.node
Class Nodes
- java.lang.Object
-
- org.commonmark.node.Nodes
-
public class Nodes extends java.lang.Object
Utility class for working with multipleNode
s.- Since:
- 0.16.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
Nodes.NodeIterable
private static class
Nodes.NodeIterator
-
Constructor Summary
Constructors Modifier Constructor Description private
Nodes()
-
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.
-