Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Utils.trimArray
Trims an array to a specified length.
Syntax
public static Object[] trimArray( Object[]ar, intlen )
Parameters
ar
The array to trim.
len
The specified length.
Return Value
Returns the array, or returns null if the array is null.