Search:

Type: Posts; User: KirinXHell

Search: Search took 0.19 seconds.

  1. Eclipse - Going through value in multiple ArrayList (Nested for loop?)

    Hi, I just started playing around with Java for awhile, but got caught up in a problem when using ArrayList.



    for (int i=0;i<movies.size();i++){
    for(int j=0;j<theatres.size();j++){
    ...
  2. Java - Going through value in multiple ArrayList (Nested for loop?)

    Hi, I just started playing around with Java for awhile, but got caught up in a problem when using ArrayList.
    Edit: sorry about that, here's the full overview of it.

    CinemaAppMain

    public class...
Results 1 to 2 of 2