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.
(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
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |