Class AbstractTriple
java.lang.Object
org.eclipse.rdf4j.model.base.AbstractTriple
- All Implemented Interfaces:
Serializable, Resource, Triple, Value
- Direct Known Subclasses:
AbstractTriple.GenericTriple, SimpleTriple
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface Resource
isResourceMethods inherited from interface Triple
getObject, getPredicate, getSubject, isTriple
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AbstractTriple
public AbstractTriple()
-
-
Method Details
-
stringValue
-
equals
Description copied from interface:TripleCompares this triple to another object. -
hashCode
public int hashCode()Description copied from interface:TripleComputes the hash code of this triple.- Specified by:
hashCodein interfaceTriple- Overrides:
hashCodein classObject- Returns:
- a hash code for this triple computed as
Objects.hash(Triple.getSubject(),Triple.getPredicate(),Triple.getObject())
-
toString
-