sO metaMapGet(IMeta o, O key) { if (o == null || key == null) null; ret syncGet(o._getMeta(), key); }