The hash code of a statement is defined as follows:
(0xFF0000 & subject.hashCode()) |
(0x00FF00 & predicate.hashCode()) |
(0x0000FF & object.hashCode());
hashCode() -
Method in interface org.openrdf.model.URI
The hash code of a URI is defined as follows:
namespace.hashCode() ^ localName.hashCode()