Class PathIteration.ValuePair

    • 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 Object