static { for (MsgType t : MsgType.values()) { Integer i = new Integer(t.getByteValue() & 0xff); s_hash.put(i, t); } }