public interface AddressBook
| Modifier and Type | Method and Description |
|---|---|
Iterator |
getContacts()
Returns an iterator over all contacts in the Address Book.
|
String |
getTitle()
Returns the title of the Address Book.
|
boolean |
isPrivate()
Indicates if a database is a Personal Address Book.
|
boolean |
isPublic()
Indicates if a database is a Public Address Book.
|
Iterator getContacts()
Should return in alphabetical order
boolean isPrivate()
true if the database is a Personal Address Book,
false if the database is not Personal Address Bookboolean isPublic()
true if the database is a Public Address Book,
false if the database is not Public Address BookString getTitle()
Copyright © 2005–2020. All rights reserved.