public boolean equals(final Object other) { return other instanceof NodeAffinity && equals((NodeAffinity) other); }
public boolean equals(final Affinity other) { return other instanceof NodeAffinity && equals((NodeAffinity) other); }
public boolean equals(final Object other) { return other instanceof NodeAffinity && equals((NodeAffinity) other); }
public boolean equals(final Affinity other) { return other instanceof NodeAffinity && equals((NodeAffinity) other); }
public boolean equals(final Object other) { return other instanceof NodeAffinity && equals((NodeAffinity) other); }
public boolean equals(final Affinity other) { return other instanceof NodeAffinity && equals((NodeAffinity) other); }