48495051525354
public Value wrap(Env env, Object obj) { if (!_isInit) init(); return new JavaMapAdapter((Map) obj, this); }