Class PathIteration.ValuePair

java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration.ValuePair
Enclosing class:
PathIteration

protected static class PathIteration.ValuePair extends Object
  • Constructor Details

    • ValuePair

      public ValuePair(Value startValue, Value endValue)
  • Method Details

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object