Skip to content

What is a concrete parameterized type? #13

@ThomsonTang

Description

@ThomsonTang

A instantiation of a generic type where all type arguments are concrete type rather than wildcards.

Examples of concrete parameterized types are List<String> or Map<String, Date>, not List<? extends Number> or Map<String, ?>.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions