Class MergeTwoCollectionsItemwise

All Implemented Interfaces:
Provider<ObjectCollection>

public class MergeTwoCollectionsItemwise extends ObjectCollectionProvider
Merges itemwise objects from two collections.

e.g. element 0 from both collections are merged together, then element 1 etc.

Each collection must have the same number of objects, as will the newly created merged collection.

Author:
Owen Feehan