标签: java
我想制作一个可以同时容纳双精度和整数的ArrayList。
ArrayList
即:
List<[_classNameHere_]> doublesAndInt = new ArrayList<_classNameHere_>();