public int addAndGet (T obj, int delta)

Atomically adds the given value to the current value of the field of the given object managed by this updater.

Parameters:
obj    An object whose field to get and set
delta    the value to add

Returns:  the updated value