public final class ObjectArrays extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
newArray(T[] reference,
int length)
Returns a new array of the given length with the same type as a reference
array.
|
Copyright © 2006-2012 Google, Inc.. All Rights Reserved.