Organizing ArrayLists for item lists?

ArrayList of ArrayLists! e.g.

ArrayList<ArrayList> list = new ArrayList<Type>();
ArrayList<Bandaid> bandaidList = new ArrayList<Type>();
ArrayList<Sword> swordList = new ArrayList<Type>();
ArrayList<Shield> shieldList = new ArrayList<Type>();
...
void codeHere(){
...
list.add(bandaidList);
//etc.


}

Haha, it doesn’t got that far, but that would be great! It’d certainly stop people using intelligence and lore as dump stats. :slight_smile: