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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:10:14+00:00 2026-05-27T00:10:14+00:00

I hava a generic class called ArrayBag. I want to override equals method. So

  • 0

I hava a generic class called ArrayBag. I want to override equals method. So i wrote

public boolean equals(T other){

} // gives error

error message: Name clash: The method equals(T) of type ArrayBag has the same erasure as equals(Object) of type Object but does not
override it

  • 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-27T00:10:15+00:00Added an answer on May 27, 2026 at 12:10 am

    The equals method you are trying to override expects an Object. When your code is translated to byte code, type erasure transforms your T into an Object, which conflicts with the existing equals method.

    @Override
    public boolean equals(Object other) {
        if (other instanceof T)
        {
            T o = (T) other;
            ...
        }
    }
    

    Inside the method you can handle casting to T.

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

Sidebar

Related Questions

I hava a supeclass called Car with 3 subclasses. class Ford extends Car{ }
I hava a CSV file that I want to treat as source code. Essentially
I hava a JFrame with multiple JPanels of similar width aligned one below other.
i hava a class that hold a list for each request but each request
I hava two entities: PhisicalPerson (PP), JuredicalPerson (JP). And I want to create Phone
I hava 2 listvies on the same activity list1 and list2. I want to
I hava a .app application and I want to include it inside my project
I hava a Transaction datatable with Amount field. I want to get Sum (Amount)
Hi I'm new to c language i hava a problem : i want to
for example, I hava a partial template named _header.php, I want to use it

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.