public void markReused() {
   synchronized (myList) {
     myArranger = myArranger.createEmptyCopy();
   }
   requestResize();
 }