public abstract class Database
extends java.lang.Object
| Constructor and Description |
|---|
Database() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addFullname(java.lang.String id)
Adds the fullname to the database.
|
abstract boolean |
containsFullname(java.lang.String id)
Checks if the fullname is in the database.
|
public abstract void addFullname(java.lang.String id)
id - the id to addpublic abstract boolean containsFullname(java.lang.String id)
id - the fullname to cehck