how to compute the delta between 2 objects?
sorincJun 24 2011 — edited Jun 30 2011Hello all!
I was wondering if there is any Java API that supports/implements the computing of a delta between 2 objects of the same type
something like
Delta getDelta(E e1, E e2)
Any ideas?
Thank you very much in advance
Sorin