Search:

Type: Posts; User: newbie

Search: Search took 0.10 seconds.

  1. Re: Comparing a list against another list, and storing it back into a list. Java

    When comparing two different lists, then the approach laid out is the main way to go about it really. If you just wanted to sort the contestants in a single list easily by their height say, then you...
  2. Re: Comparing a list against another list, and storing it back into a list. Java

    The simplest approach is to just lay out the minimum criterion for a contestant, inside a Contestant object. Then you create two Lists, one holding every contestant and another storing only the ones...
Results 1 to 2 of 3