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 8914819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:49:25+00:00 2026-06-15T04:49:25+00:00

It is pretty obvious that like an ArrayList is a container full of items

  • 0

It is pretty obvious that like an ArrayList is a container full of items of type “Generics”.

How can a class make use of Generics except being a container? Any common usages?

Thanks!

  • 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-06-15T04:49:27+00:00Added an answer on June 15, 2026 at 4:49 am

    One simple example is Comparable<T>

    public class Person implements Comparable<Person>
    

    That allows you to compare one person with another in a natural way.

    Likewise there’s Comparator<T>:

    public class NameComparator implements Comparator<Person>
    

    That allows you to compare any two people in a specific way. Neither of those interfaces is about a “container”.

    Then there are types like Future<V>, representing the promise of a value of type V at some point in the future (basically an asynchronous operation). Now you could think of this as a kind of container, but it’s not a collection…

    Fundamentally, generics are useful whenever you have an operation or type which is usefully parameterized by type (possibly with constraints) in order to maintain type safety, but can work with various different type arguments for that type parameter.

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

Sidebar

Related Questions

I'm pretty confused by this one and can't think of anything obvious that I
I'm feel like I'm missing something pretty obvious here, but I can't seem to
Feels like I'm missing something pretty obvious here but can't see it. I have
Thinking that the answer to this is pretty obvious but here it goes: When
There are a lot of design patterns and its pretty obvious that the patterns
Okay, this one is pretty obvious to everyone who use Django and frequently asked
I've got sth like that: #include <iostream> using namespace std; class FirstClass { public:
So I have a class called DrawOnImageViewController, which does something pretty obvious. In it's
I'm pretty new to MVC so this may seem like an obvious question, but
This seems like a pretty obvious, basic thing to expect from the Graph API

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.