Class PathElement.Node

    • Field Detail

      • value

        public final java.lang.Integer value
    • Constructor Detail

      • Node

        public Node​(java.lang.Integer value)
        Constructs an immutable PathElement.Node.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(PathElement other)
        Specified by:
        compareTo in interface java.lang.Comparable<PathElement>