Class PathIteration.ValuePair
- java.lang.Object
-
- org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration.ValuePair
-
- Enclosing class:
- PathIteration
protected static class PathIteration.ValuePair extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Value
endValue
private Value
startValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Value
getEndValue()
Value
getStartValue()
int
hashCode()
-
-
-
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 classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-