Reviewers: fabbott, Dan Rice, Description: Added method to change the size of a MutableArray. Added factory method to construct MeutableArray of specific size. These provide a O(n) way to initialize a MutableArray as shown by com.google.gwt.collections.MutableArrayBenchmarkTest
Please review this at http://gwt-code-reviews.appspot.com/319801/show Affected files: M bikeshed/src/com/google/gwt/collections/CollectionFactory.java M bikeshed/src/com/google/gwt/collections/MutableArray.java A bikeshed/test/com/google/gwt/collections/ClientMutableArrayTest.java A bikeshed/test/com/google/gwt/collections/GwtImmutableArrayTest.java A bikeshed/test/com/google/gwt/collections/MutableArrayBenchmarkTest.java M bikeshed/test/com/google/gwt/collections/ObjectArrayTest.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
