Package io.atlasmap.java.test
Class BaseCollectionsClass
java.lang.Object
io.atlasmap.java.test.BaseCollectionsClass
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SourceCollectionsClass
,TargetCollectionsClass
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetList()
getSet()
void
setArrayList
(ArrayList<String> arrayList) void
setHashSet
(HashSet<String> hashSet) void
setLinkedList
(LinkedList<String> linkedList) void
void
-
Constructor Details
-
BaseCollectionsClass
public BaseCollectionsClass()
-
-
Method Details
-
getList
-
setList
-
getLinkedList
-
setLinkedList
-
getArrayList
-
setArrayList
-
getSet
-
setSet
-
getHashSet
-
setHashSet
-