V - result typepublic class UpdateResult<V> extends Object
Both old and new values are accessible along with a flag that indicates if the the value was updated. If flag is false, oldValue and newValue both point to the same unmodified value.
| Constructor and Description |
|---|
UpdateResult(boolean updated,
V oldValue,
V newValue) |
Copyright © 2015. All rights reserved.