- CallLog - Class in test3
-
A class that manages information regarding phone calls.
- CallLog() - Constructor for class test3.CallLog
-
- CallLog(String) - Constructor for class test3.CallLog
-
Initializes this call log to have the given name and
zero entries.
- CallLog(String, Date, PhoneNumber) - Constructor for class test3.CallLog
-
Initializes this call log to have the given name and a size
equal to 1.
- CallLogEntry - Class in test3
-
An entry in a call log.
- CallLogEntry(Date, PhoneNumber) - Constructor for class test3.CallLogEntry
-
Initialize this call log entry to the given date and phone number.
- callsAfter(Date) - Method in class test3.CallLog
-
Returns a sorted list of all of the entries in this call log
that occurred after the given date.
- compareTo(CallLogEntry) - Method in class test3.CallLogEntry
-
Compares two call log entries for order.
- compareTo(PhoneNumber) - Method in class test3.PhoneNumber
-
Compares two phone numbers for order.