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 EqualityTest
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 Type
    Method
    Description
    boolean
    equal(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)