Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラスの 2 つのフィールドから hashCode を生成するにはどうすればよいですか?
たとえばPair、同じオブジェクト V を持つクラスに同じ hashCode を持たせたい:
Pair
public class Pair<V> { V from, to; }
hashCodes を乗算する必要がありますか? それらを追加しますか?それらに素数を掛けますか?