Search:

Type: Posts; User: leao

Search: Search took 0.08 seconds.

  1. Thread: Sorting ArrayList

    by leao
    Replies
    2
    Views
    1,658

    Re: Sorting ArrayList

    Ok it was my first time sorting an ArrayList and i figured it out,

    Seems like it was a basic error.



    I was using COMPARATOR instead of COMPARABLE and i found the compareTo method overriding...
  2. Thread: Sorting ArrayList

    by leao
    Replies
    2
    Views
    1,658

    Sorting ArrayList

    Hello everyone,


    Let me describe my program a bit.


    There are 5 classes which describe Person, Tool, Building, Room and Organisation. They all have a String field so they are all similar. So...
Results 1 to 2 of 2