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