354355356357358359360361
public int hashCode() { return this.hashCode; } public boolean equals(final Object object) { final FieldIndexEntry other = (FieldIndexEntry) object; return this.hashCode == other.hashCode && this.index == other.index; }