Package org.apache.jena.sparql.util
Interface EqualityTest
-
- All Known Implementing Classes:
ResultSetCompare.BNodeIso
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface EqualityTestInterface for tests when two nodes are considered "equal". This may be "same term", "same value" or "same object" or customised such as with a blank node mapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequal(Node n1, Node n2)
-