use of org.apache.jena.tdb2.sys.SystemTDB.LenNodeHash in project jena by apache.
the class NodeLib method hash.
public static Hash hash(Node n) { Hash h = new Hash(LenNodeHash); setHash(h, n); return h; }
Aggregations
UseOf