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.
実装されたオブジェクトが独自のオブジェクトを要素として格納している場合、機能hashCode()しないのはなぜですか?equals()List
hashCode()
equals()
List
AListは、そのequals関係をリストの内容に基づいています。メンバーの 1 つがリスト自体である場合、無限再帰が発生します。で同じ問題が発生しhashCodeます。
equals
hashCode