Liking cljdoc? Tell your friends :D

jdk.lang.reflect.GenericArrayType

GenericArrayType represents an array type whose component type is either a parameterized type or a type variable.

GenericArrayType represents an array type whose component
type is either a parameterized type or a type variable.
raw docstring

get-generic-component-typeclj

(get-generic-component-type this)

Returns a Type object representing the component type of this array. This method creates the component type of the array. See the declaration of ParameterizedType for the semantics of the creation process for parameterized types and see TypeVariable for the creation process for type variables.

returns: a Type object representing the component type of this array - java.lang.reflect.Type

throws: java.lang.TypeNotPresentException - if the underlying array type's component type refers to a non-existent type declaration

Returns a Type object representing the component type
 of this array. This method creates the component type of the
 array.  See the declaration of ParameterizedType for the
 semantics of the creation process for parameterized types and
 see TypeVariable for the
 creation process for type variables.

returns: a Type object representing the component type
     of this array - `java.lang.reflect.Type`

throws: java.lang.TypeNotPresentException - if the underlying array type's component type refers to a non-existent type declaration
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close