Object toArray(Object stackObject, String arrayClassType, String classloaderClass)
Object toArray(Object stackObject, String arrayClassType, String classloaderClass)
Name | Type | Description |
---|---|---|
stackObject | Object | The Stack in which lookup is desired. |
arrayClassType | String | Type of the array to return. |
classloaderClass | String | Classloader to use to load the class. null would mean use system CL |
Type | Description |
---|---|
Object | The array containing all stack elements |