コード例 #1
0
 public synchronized int size() {
   if (mMarkerData != null) {
     return mMarkerData.size();
   } else {
     return 0;
   }
 }