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.
代替手段はありますか?(1グループ)
class team { List<String> team = new ArrayList<String> int score = 0; }
リストまたはセット「文字列」を格納し、整数の値を保持できるオブジェクトはありますか?
前もって感謝します。