// to represent an empty list of phone entries public class MtPhList implements IPhList{ public MtPhList() {} // represent this list as a string public String toString(){ return new String("MtPhList()"); } }