ODE-1074:Change the method name "contains" to "find".

The method tries to find an Object in Collection c that deep equals to the Object t1.
If found, return the found object, otherwise return null.
Thus, rename the method as "find" should be more clear than "contains" since "contains" is prone to ask whether something is contained or not and return true or false.
1 file changed