Open Xiaoven opened 3 years ago
@Override
public boolean equals(Object obj)
{
if(obj == this) return true;
if(!(obj instanceof Term)) return false;
Term that = (Term) obj;
return this.getOntology() == that.getOntology() &&
this.getName() == that.getName();
}
}
DM_INVALID_MIN_MAX
jmh: org/openjdk/jmh/profile/LinuxPerfNormProfiler.java
NM_CLASS_NAMING_CONVENTION
BIT_SIGNED_CHECK
I think
&
can indicate the type message, at least the operands are integer.biojava: UncompressInputStream.java