Joins the list of two
RangeElement<T> objects to form a new list of
RangeElement<T> objects. The element of the new list is created by intersecting the element of the first list with the element of the second list.
Parameters
- firstList
- The first list
- secondList
- The second list
Return Value
The new list of
RangeElement<T> objects.