March 2005
Beginner to intermediate
1254 pages
104h 21m
English
GenericArrayType
This
interface
extends
Type and represents a one-dimensional array of
some element Type. Note that in the case of
multidimensional arrays, the Type returned by
getGenericComponentType(
)
is itself a
GenericArrayType.
Figure 10-94. java.lang.reflect.GenericArrayType
public interface GenericArrayType extends Type { // Public Instance Methods Type getGenericComponentType( ); }
Read now
Unlock full access