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 © 2023 JBoss by Red Hat. All rights reserved.