- All Known Implementing Classes:
 BNodeIso
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Interface 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
Modifier and TypeMethodDescriptionbooleanequal(org.apache.jena.graph.Node n1, org.apache.jena.graph.Node n2)  
- 
Method Details
- 
equal
boolean equal(org.apache.jena.graph.Node n1, org.apache.jena.graph.Node n2)  
 -