예제 #1
0
 public void markReused() {
   synchronized (myList) {
     myArranger = myArranger.createEmptyCopy();
   }
   requestResize();
 }