net.sf.dexterim.core
Class ConcreteContactList

java.lang.Object
  extended bynet.sf.dexterim.core.ConcreteContactList
All Implemented Interfaces:
ContactList

public class ConcreteContactList
extends java.lang.Object
implements ContactList

Author:
christoph

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

ConcreteContactList

public ConcreteContactList()
Method Detail

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface ContactList

size

public int size()
Specified by:
size in interface ContactList

getContact

public Contact getContact(int index)
Specified by:
getContact in interface ContactList

add

public void add(Contact contact)
Specified by:
add in interface ContactList


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.