50515253545556
public Value wrap(Env env, Object obj) { if (! _isInit) init(); return new JavaCollectionAdapter((Collection) obj, this); }