[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Comparing logic of TableViewer


Hello.
I made a table and update it periodically when I receive a Map.
Now I am unpacking the maps and comparing all of each rows in order to find out the rows that are different, and updating all rows in a map.
I suppose that the TableViewer has a logic that compares two maps automatically and updates the rows only that are different to each other.
I need to know the comparing logic of TableViewer to increase the efficiency.
Thanks in advance.