Search:

Type: Posts; User: jaguarpaw

Search: Search took 0.42 seconds.

  1. Re: Conditional statements on Array list objects

    Yes it has methods like this for each field of the Property class

    public double getRentOwed()
    {
    return rentOwed
    }

    I think I can see where this is going. Do I have to call that method in my...
  2. Conditional statements on Array list objects

    New to arrayLists and confused.

    I have 2 classes. One is Property the other is Letting Agent.

    Property creates property objects with 7 private variables. Letting Agent creates an arrayList of...
Results 1 to 2 of 2