public class Database
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
familyTable |
family |
memberTable |
member |
Constructor and Description |
---|
Database() |
Database(java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
void |
prettyprint() |
void |
prettyprint(java.io.PrintStream out) |
void |
print() |
void |
print(java.io.PrintStream out) |
public familyTable family
public memberTable member