Search:

Type: Posts; User: kiph

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,906

    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,906

    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...
  3. Replies
    1
    Views
    1,683

    I'm having trouble with date and calendar class

    At the moment I'm trying to create a class consisting of only 5 days of the week. Monday through to Friday. No dates, no months, no times, just Monday through to Friday. I want to be able to store...
Results 1 to 3 of 3