add_intersection


Description:

public void add_intersection (List sourceOne, List sourceTwo)

Computes the intersection between sourceOne and sourceTwo and adds the resulting list of entities to the this.

Using one of the constructors in a subclass is preferable to this method.

Parameters:

this

the entity list

sourceOne

the first list to add

sourceTwo

the second list to add