|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dexterim.core.ConcreteContactList
Constructor Summary | |
ConcreteContactList()
|
Method Summary | |
void |
add(Contact contact)
|
Contact |
getContact(int index)
|
java.util.Iterator |
iterator()
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConcreteContactList()
Method Detail |
public java.util.Iterator iterator()
iterator
in interface ContactList
public int size()
size
in interface ContactList
public Contact getContact(int index)
getContact
in interface ContactList
public void add(Contact contact)
add
in interface ContactList
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |