414243444546474849
this.format = listFormat; this.list = list; this.factory = new BundleFactory() { @Override public Bundle createBundle() { return new ListBundle(listFormat); } }; }
394041424344454647