示例#1
0
 /** Close the map, making it read only and release the memory. */
 public void close() {
   closed = true;
   readOnly = true;
   removeAllOldVersions();
   root = null;
 }