public abstract void lazySet (T obj, V newValue)

Eventually sets the field of the given object managed by this updater to the given updated value.

Parameters:
obj    An object whose field to set
newValue    the new value

Since:  1.6