@Override public final boolean equals(final Object obj) { return ComparableObjectCheck.equals(this, obj); }
@Override public final int hashCode() { return ComparableObjectCheck.hashCode(this, super.hashCode()); }
public final boolean equals(Object o) { return ComparableObjectCheck.equals(this, o); }
public final int hashCode() { return ComparableObjectCheck.hashCode(this, super.hashCode()); }
@Override public int hashCode() { return ComparableObjectCheck.hashCode(this, super.hashCode()); }
@Override public boolean equals(Object obj) { return ComparableObjectCheck.equals(this, obj); }