70717273747576
return new ListProxyImpl(objectId, nodeEngine, this); } @Override public TransactionalListProxy createTransactionalObject(String name, TransactionSupport transaction) { return new TransactionalListProxy(name, transaction, nodeEngine, this); }
66676869707172