Uses of Class
dev.vality.damsel.context.Change
| Package | Description |
|---|---|
| dev.vality.damsel.context |
-
Uses of Change in dev.vality.damsel.context
Methods in dev.vality.damsel.context that return Change Modifier and Type Method Description ChangeChange. deepCopy()static ChangeChange. deleted(String value)static ChangeChange. put(Map<String,Value> value)Methods in dev.vality.damsel.context with parameters of type Change Modifier and Type Method Description intChange. compareTo(Change other)booleanChange. equals(Change other)Constructors in dev.vality.damsel.context with parameters of type Change Constructor Description Change(Change other)