예제 #1
0
 public synchronized int getSize() {
   return eventStringList.size();
 }
예제 #2
0
 public synchronized Object getElementAt(int index) {
   return eventStringList.get(eventStringList.size() - index - 1);
 }