public abstract class BaseCollectionsClass extends Object implements Serializable
Constructor and Description |
---|
BaseCollectionsClass() |
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
getArrayList() |
HashSet<String> |
getHashSet() |
LinkedList<String> |
getLinkedList() |
List<String> |
getList() |
Set<String> |
getSet() |
void |
setArrayList(ArrayList<String> arrayList) |
void |
setHashSet(HashSet<String> hashSet) |
void |
setLinkedList(LinkedList<String> linkedList) |
void |
setList(List<String> list) |
void |
setSet(Set<String> set) |
public LinkedList<String> getLinkedList()
public void setLinkedList(LinkedList<String> linkedList)
Copyright © 2018 JBoss by Red Hat. All rights reserved.