Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: Help making and iterating through ArrayList (Java Beginner)

    Recommended reading: Lesson: Classes and Objects (The Java™ Tutorials > Learning the Java Language)
  2. Re: Help making and iterating through ArrayList (Java Beginner)

    You need to create an Object that encapsulates those variables. It doesn't make sense to add all of them to the List at once- you need to put them into an Object, then add that Object to the List.
Results 1 to 2 of 2