示例#1
0
文件: Bdb.java 项目: jefron-ap/TTK
 public static boolean hasUuid(UUID uuid) {
   return uuidsToNidMapDb.hasUuid(uuid);
 }