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