示例#1
0
 static {
   for (AntiCacheDBType vt : EnumSet.allOf(AntiCacheDBType.class)) {
     name_lookup.put(vt.name().toLowerCase(), vt);
   }
 } // STATIC