Class Nodes


  • public class Nodes
    extends java.lang.Object
    Utility class for working with multiple Nodes.
    Since:
    0.16.0
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Nodes

        private Nodes()
    • Method Detail

      • between

        public static java.lang.Iterable<Node> between​(Node start,
                                                       Node end)
        The nodes between (not including) start and end.