Class PathElement.Edge

    • Field Detail

      • value

        public final java.lang.Integer value
    • Constructor Detail

      • Edge

        public Edge​(java.lang.Integer value)
        Constructs an immutable PathElement.Edge.
    • 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>