Primitive types are not allowed in ArrayList, source. Partial solution: you can wrap prim.types such as int to Integer to form an extra class but a side effect. I want to index data, is there some substitute for ArrayList that allows primitive types?
Primitive types are not allowed in ArrayList, source . Partial solution: you can wrap
Share
What version of Java are you using?
Since 1.5 autoboxing makes this issue moot.
You can do this: