Search in sources :

Example 1 with LenNodeHash

use of org.apache.jena.tdb.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;
}
Also used : LenNodeHash(org.apache.jena.tdb.sys.SystemTDB.LenNodeHash) Hash(org.apache.jena.tdb.store.Hash)

Aggregations

Hash (org.apache.jena.tdb.store.Hash)1 LenNodeHash (org.apache.jena.tdb.sys.SystemTDB.LenNodeHash)1