Modifier and Type | Method and Description |
---|---|
TargetContact |
TargetTestClass.getContact() |
TargetContact[] |
TargetTestClass.getContactArray() |
Modifier and Type | Method and Description |
---|---|
LinkedList<TargetContact> |
TargetTestClass.getContactList() |
List<TargetContact> |
TargetCollectionsClass.getContactList() |
Modifier and Type | Method and Description |
---|---|
void |
TargetTestClass.setContact(TargetContact contact) |
void |
TargetTestClass.setContactArray(TargetContact[] contactArray) |
Modifier and Type | Method and Description |
---|---|
void |
TargetTestClass.setContactList(LinkedList<TargetContact> contactList) |
void |
TargetCollectionsClass.setContactList(List<TargetContact> contactList) |
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.