Package org.eclipse.rdf4j.model.base
Class AbstractIRI
java.lang.Object
org.eclipse.rdf4j.model.base.AbstractIRI
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.model.IRI
getLocalName, getNamespace, isIRI
Methods inherited from interface org.eclipse.rdf4j.model.Resource
isResource
-
Constructor Details
-
AbstractIRI
public AbstractIRI()
-
-
Method Details
-
stringValue
-
equals
Description copied from interface:IRI
Compares this IRI to another object.- Specified by:
equals
in interfaceIRI
- Overrides:
equals
in classObject
- Parameters:
o
- the object to compare this IRI to- Returns:
true
, if the other object is an instance ofIRI
and their string values are equal;false
, otherwise
-
hashCode
-
toString
-