Ejemplo n.º 1
0
 // Remove the item out of storage
 protected RMItem removeData(int id, String key) {
   synchronized (m_itemHT) {
     return (RMItem) m_itemHT.remove(key);
   }
 }