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 Link icon

    • ValuePair Link icon

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

    • getStartValue Link icon

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals Link icon

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