コード例 #1
0
ファイル: MVMap.java プロジェクト: jackerxff/H2-Research
 /** Close the map, making it read only and release the memory. */
 public void close() {
   closed = true;
   readOnly = true;
   removeAllOldVersions();
   root = null;
 }