Add an ArrayList to another ArrayList

so if i understand right, when i do :

champi.addAll((new Grass(parent, position)).grass);

i create an new empty list of grass and i added it to the list of champi

am i right ?