The constructor should initialize the PhoneEntry array to have 4 elements, and each element should initially be null.
Create the following methods for the PhoneDirectory class.
Use the .equals method to compare PhoneEntrys even though you have not overridden the default .equals in the PhoneEntry class.
When you are finished, email your code to me.