I want to distribute a certain number of items to an indefinite number of recipients, how do I code it?
I have this:

item = getitem.items();
LinkedList<String>[] distributedItems = new...