Search:

Type: Posts; User: iHank

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,397

    Re: Problem with Comparator

    Thank you, Norm!
  2. Replies
    4
    Views
    1,397

    Re: Problem with Comparator

    Well, the program is a Scramble-solver, which means that every combination of letters is checked in a dictionary. I guess that a set with that very comparator just have one word at every word length....
  3. Replies
    4
    Views
    1,397

    Problem with Comparator

    Hello!

    I have a Treemap, and use a comparator, co, in the declaration. The goal is to write the map out in String-size-order.



    static JämförOrd co = new JämförOrd();

    ...
Results 1 to 3 of 3