Description
The documentation of the toArray(T[]) method says that the passed in array is used and returned if its size is sufficient. The implementation of LazyDynaList violates this contract; it always creates a new array.
The documentation of the toArray(T[]) method says that the passed in array is used and returned if its size is sufficient. The implementation of LazyDynaList violates this contract; it always creates a new array.