Search:

Type: Posts; User: Json

Search: Search took 0.15 seconds.

  1. Thread: toString() method

    by Json
    Replies
    12
    Views
    7,157

    [SOLVED] Re: toString() method

    The better the hashcode the faster it is to find the right object in for instance a HashMap.

    Helloworld will like this one.

    Think of it like buckets. When you use a HashMap and you do...
  2. Thread: toString() method

    by Json
    Replies
    12
    Views
    7,157

    [SOLVED] Re: toString() method

    Yeah the toString method is a nice one, the actual hashCode that is used in the default toString method on the Object class is actually the native object handle so its going to be a unique hashCode...
Results 1 to 2 of 2