|
Class Summary |
| BasicPerson |
BasicPerson models a simple person that knows the person's name,
some private information, and a Key object that identifies the person |
| DeleteController |
DeleteController implements the algorithm that deletes persons from a database |
| ExitController |
ExitController is a Java hack to activate a window's X-button |
| FindController |
FindController implements the algorithm that finds persons in a database |
| InsertController |
InsertController implements the algorithm that inserts persons into a database |
| IntegerKey |
IntegerKey models an integer key |
| Start |
Start starts an application that builds a database. |
| StringKey |
StringKey models a key that is a string |
| TestFrame |
TestFrame shows the input and output for the database |