Search:

Type: Posts; User: harsha_c

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,999

    Re: not able to remove from ArrayList

    Thanks alot..
    did a dumb thing by using Dummy

    public boolean equals(Dummy o)

    Object.equals() was getting picked and not this.
  2. Replies
    2
    Views
    1,999

    not able to remove from ArrayList

    Hi,
    I am trying to remove an object from a array list by passing in the object to be removed.
    I have a equals method as well. But somehow its not woking. The equals method is not getting picked....
Results 1 to 2 of 2