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