コード例 #1
0
ファイル: Bdb.java プロジェクト: jefron-ap/TTK
 public static int uuidToNid(UUID uuid) {
   return uuidsToNidMapDb.uuidToNid(uuid);
 }