You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Hi there
I have 2 CellLists with EntityProxies. I want to add a selected item
from one only if it is not present in the other.
Is there a better way to do this than:
a) creating a wrapper object implementing equals and using list.contains
b) comparing all selected elements to each element in the other
list(for example database id filed)?