Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: Searching for string values in a circular list

    Hmm, I'm not sure without an SSCCE. What happens instead of what you'd expect?
  2. Re: Searching for string values in a circular list

    Yeah I understand how you're using the method, it's just a little misleading because equals() is a very specific method in the Object class, and it is overridden for a different purpose. It's fine as...
  3. Re: Searching for string values in a circular list

    Interesting. Usually equals() methods return a boolean. Your method looks more like a get() or a find() function.
  4. Re: Searching for string values in a circular list

    Still, I'm not sure where the problem is. You say you're having trouble with the equals() method? What exactly is giving you trouble?
  5. Re: Searching for string values in a circular list

    When posting code, please use highlight tags to preserve formatting. I added them for you this time.

    Also, that's way too much code for us to go through. We just don't have time. For better help...
Results 1 to 5 of 5