public class PaymentInfoList extends Object
Constructor and Description |
---|
PaymentInfoList()
Creates a new instance of PaymentInfoComposed
|
Modifier and Type | Method and Description |
---|---|
void |
add(PaymentInfo p) |
LinkedList<PaymentInfo> |
getPayments() |
double |
getTotal() |
boolean |
isEmpty() |
void |
removeLast() |
public PaymentInfoList()
public double getTotal()
public boolean isEmpty()
public void add(PaymentInfo p)
public void removeLast()
public LinkedList<PaymentInfo> getPayments()
Copyright © 2021. All rights reserved.