Search code examples
javagenericsbounded-wildcard

What does List<?> mean in java generics?


What does List<?> mean, does it mean simply a list of objects of unspecified type?

Googling for the string <?> returns nothing useful (:


Solution

  • The keyword you need to get more information is Wildcards