示例#1
0
 static {
   for (final ECurrencyCode type : ECurrencyCode.values()) {
     ECurrencyCode.values.put(type.v(), type);
   }
 }