Collection4.

ToArray(Object[]) Method

Summary

This is a non reflection implementation for more speed.

Syntax

public Object[] ToArray(Object[] array)

Remarks

This is a non reflection implementation for more speed. In contrast to the JDK behaviour, the passed array has to be initialized to the right length.

Parameters

Name Type Description
array Object[]

Return Value

Type Description
Object[]