|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.dexterim.core.AbstractContactList net.sf.dexterim.core.DefaultContactList
Constructor Summary | |
DefaultContactList()
Creates a new instance of DefaultContactList |
Method Summary | |
void |
add(Contact contact)
|
static ContactList |
emptyContactList()
|
Contact |
getContact(int index)
|
java.util.Iterator |
iterator()
|
int |
size()
|
Methods inherited from class net.sf.dexterim.core.AbstractContactList |
addContactListener, fireContactAdded, removeContactListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultContactList()
Method Detail |
public Contact getContact(int index)
public java.util.Iterator iterator()
public int size()
public static ContactList emptyContactList()
public void add(Contact contact)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |