예제 #1
0
파일: Bdb.java 프로젝트: jefron-ap/TTK
 public static boolean hasUuid(UUID uuid) {
   return uuidsToNidMapDb.hasUuid(uuid);
 }