Uses of Class
edu.pdx.cs410J.AbstractPhoneBill
Package
Description
This package contains classes and interfaces used in the projects
for CS410J: Programming with Java.
Contains the application classes for the CS410J Phone Bill project.
-
Uses of AbstractPhoneBill in edu.pdx.cs410J
Modifier and TypeInterfaceDescriptioninterface
PhoneBillDumper<T extends AbstractPhoneBill>
Classes that implement this interface dump the contents of a phone bill to some destination.interface
PhoneBillParser<T extends AbstractPhoneBill>
Classes that implement this interface read some source and from it create a phone bill. -
Uses of AbstractPhoneBill in edu.pdx.cs410J.phonebill