I want to make an ArrayList
that can hold both a double and an int.
i.e.:
List<[_classNameHere_]> doublesAndInt = new ArrayList<_classNameHere_>();
I want to make an ArrayList
that can hold both a double and an int.
i.e.:
List<[_classNameHere_]> doublesAndInt = new ArrayList<_classNameHere_>();