Do you think it is possible to create something similar to this?
private ArrayList increaseSizeArray(ArrayList array_test, GenericClass) { array_test.ad
simple solution!
private ArrayList increaseSizeArray(ArrayList array_test, GenericType genericObject) { array_test.add(new genericObject()); return ArrayList; }