コード例 #1
0
 public synchronized Object getElementAt(int index) {
   return (cache.toArray())[index];
 }