Exemplo n.º 1
0
 private void setType(Type type) {
   value |= ((type.getValue() << TYPE_SHIFT) & TYPE_MASK);
 }