Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Re: Writing my own custom comparator in java

    You can add some print statements to see what is happening and answer your question. For example, I added a few and got the following as a result. From that you can see it's not as simple as you're...
  2. Re: Writing my own custom comparator in java

    You have an array of names that looks something like:

    [ john a, john b, john z, john d, null, null ]

    How will the null values be handled?
  3. Re: Writing my own custom comparator in java

    Post a sample run copied from your console that shows the inputs/outputs and the problem you've described. If you're asking for help with an error message, post the complete text of the error...
Results 1 to 3 of 3