public interface ContactInfoList
ContactInfoList contains one or more ContactInfo.
| Modifier and Type | Method and Description |
|---|---|
Iterator<ContactInfo> |
iterator()
Used to get a
ContactInfoListIterator
to retrieve individual ContactInfo from the list. |
Iterator<ContactInfo> iterator()
ContactInfoListIterator
to retrieve individual ContactInfo from the list.ContactInfoListIterator.Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.