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.
次のように3を割り当てようとしArrayListています-
ArrayList
ArrayList<Integer>[] m_locationArr = new ArrayList<Integer>[3]
そしてそれは促しますCannot create a generic array of ArrayList<Integer>
Cannot create a generic array of ArrayList<Integer>
ここで何が問題なのですか?