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 つのリストを同じ方法でシャッフルしたい。2 つのリストの質問と回答があるとします。質問と回答のペアが同じままになるように、両方を同じ方法でシャッフルしたいと思います。
2つの別々のリストではなく、質問と回答のペアを、、Map<YourQuestionType, YourAnswerType>またはのいずれかに保持する必要がありますList<YourQuestionAnswerPair>。
Map<YourQuestionType, YourAnswerType>
List<YourQuestionAnswerPair>
後者の一般的な解決策として、このスレッドも役立つ場合があります。