Search:

Type: Posts; User: KipTheFury

Search: Search took 0.20 seconds.

  1. Replies
    6
    Views
    3,931

    Re: Transferring elements between arraylists

    Not looking for somone to do it for me, just a shove in the right direction b-(

    I haven't got a problem with the random selection or adding from one list to the other its just checking that theres...
  2. Replies
    6
    Views
    3,931

    Re: Transferring elements between arraylists

    ArrayList 1 contains Objects with an Integer Variable "Type" that is limited to 1-4

    ArrayList 2 should contain a selection of objects from ArrayList 1, but it should contain at least one object...
  3. Replies
    6
    Views
    3,931

    Transferring elements between arraylists

    Ok so I have a problem thats slightly more complicated than the title suggests.

    I have to write a method that randomly selects objects from one ArrayList and adds them to another ArrayList. The...
Results 1 to 3 of 3