コード例 #1
0
 /**
  * Check whether this map is closed.
  *
  * @return true if closed
  */
 public boolean isClosed() {
   return map.isClosed();
 }