FileDocCategorySizeDatePackage
ContactList.javaAPI DocphoneME MR2 API (J2ME)1374Wed May 02 18:00:42 BST 2007gov.nist.siplite.header

ContactList

public class ContactList extends HeaderList
List of contact headers.ContactLists are also maintained in a hashtable for quick lookup.

Fields Summary
Constructors Summary
public ContactList()
Constructor.

        super(CONTACT);
    
Methods Summary