Class PathIteration.ValuePair

  • Enclosing class:
    PathIteration

    protected static class PathIteration.ValuePair
    extends java.lang.Object
    • Field Detail

      • startValue

        private final Value startValue
      • endValue

        private final Value endValue
    • Constructor Detail

      • ValuePair

        public ValuePair​(Value startValue,
                         Value endValue)
    • Method Detail

      • getStartValue

        public Value getStartValue()
        Returns:
        Returns the startValue.
      • getEndValue

        public Value getEndValue()
        Returns:
        Returns the endValue.
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object