Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6190387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:34:50+00:00 2026-05-24T02:34:50+00:00

I read this post about contravariance: Let’s now introduce another wildcard: ? super .

  • 0

I read this post about contravariance:

Let’s now introduce another wildcard: ? super. Given a supertype B of
a type A, then C<B> is a subtype of C<? super A>:

List<Fruit> fruits = new ArrayList<Fruit>();
List<? super Apple> = fruits; 

but why C<B> is a subtype and not a supertype?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T02:34:51+00:00Added an answer on May 24, 2026 at 2:34 am

    List<? super Apple means a list of some unknown supertype of Apple. In such a variable you can put a List<Apple>, List<Fruit> (assuming Fruit is a supertype of Apple) or List<Object>, for example.

    This is exactly the meaning of supertype: List<? super Apple> is more general than List<Apple>.

    • Into a List<Apple> you can put apples, and nothing else. Everything you get out of the list is an apple.
    • Into a List<? super Apple> you can put apples (nothing else, since you don’t know the exact type). Everything you get out of the list is an object, but we don’t know what kind of object (since it could be a List<Object>, for example).

    If we use List<? extends Apple>, it is similar: It means a list of some unknown subtype of Apple. This might be a List<Apple>, List<GoldenDelicious>, List<GrannySmith>, List<Jonagold> and so on.

    • Into a List<Apple> you can put apples (all types of apples), and everything you get out of it is an apple.
    • Into a List<? extends Apple> you can’t put anything – as you don’t know which subtype of Apple was actually used. But everything we get out of this is in fact an apple.

    We can do all things and some more with a List<Apple> than with List<? super Apple> or with List<? extends Apple> – e.g. it is a subtype of both of these wildcard types.

    (The same applies to all generic types and their wildcard variants, it is just more easy to see for lists and similar container types.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have read this post about how to test private methods. I usually do
I just read this post about why new-line warnings exist, but to be honest
Just finished read this post by Greg Young, where he is talking about Microsoft
On this post , I read about the usage of XMPP. Is this sort
I've just read this post about Panic/Recover in Go and I'm not clear on
After reading more and more about IoC containers, I read this post about not
I just read this post about really nasty (and cool at the same time)
I read this post on Dr. Dobb's about currying and partial functions in JavaScript.
I read this post about card shuffling and in many shuffling and sorting algorithms
So I've already read this post about there not being an MGET analog for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.