java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration.ValuePair
-
Constructor Summary
Constructors
-
Method Summary
-
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.
-
-