Search:

Type: Posts; User: kiph

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    1,910

    Re: How do i access methods from an arraylist?

    Ok i have the following client class


    import java.util.*;

    public class Client
    {
    private String name;
    private String address;
    private int phone;
  2. Replies
    3
    Views
    1,910

    How do i access methods from an arraylist?

    At the moment i have an arraylist as so:

    ArrayList<Client> clients = new ArrayList<Client>();

    and I've filled this arraylist with the details of the clients themselves, including things like...
Results 1 to 2 of 2