示例#1
0
 private Magic(byte value) {
   intValue = value;
   Magic.getMappings().put(value, this);
 }