I created only one list. I added N strings to the list. now in German the description is: move M strings to the end of list. By using Collection.rotate(liste, 4) it works. And finally Console shows the list correctly. So I guess the English description says something different? Or can anyone tell me, what I did wrong?