public class UpdateHelper
extends java.lang.Object
| Constructor and Description |
|---|
UpdateHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUpdated() |
double |
update(double original,
double update) |
int |
update(int original,
int update) |
long |
update(long original,
long update) |
<T> T |
update(T original,
T update) |