public abstract class AbstractStatement extends Object implements Statement
Statement
, offering common functionality.Constructor and Description |
---|
AbstractStatement() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares this statement to another object.
|
int |
hashCode()
Computes the hash code of this statement.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getContext, getObject, getPredicate, getSubject
public boolean equals(Object o)
Statement
public int hashCode()
Statement
hashCode
in interface Statement
hashCode
in class Object
Objects.hash
(
Statement.getSubject()
, Statement.getPredicate()
, Statement.getObject()
, Statement.getContext()
)Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.