Uses of Class
dev.vality.xrates.rate.Change
| Package | Description |
|---|---|
| dev.vality.xrates.rate |
-
Uses of Change in dev.vality.xrates.rate
Fields in dev.vality.xrates.rate with type parameters of type Change Modifier and Type Field Description List<Change>Event. changesMethods in dev.vality.xrates.rate that return Change Modifier and Type Method Description static ChangeChange. created(ExchangeRateCreated value)ChangeChange. deepCopy()Methods in dev.vality.xrates.rate that return types with arguments of type Change Modifier and Type Method Description List<Change>Event. getChanges()Iterator<Change>Event. getChangesIterator()Methods in dev.vality.xrates.rate with parameters of type Change Modifier and Type Method Description voidEvent. addToChanges(Change elem)intChange. compareTo(Change other)booleanChange. equals(Change other)Method parameters in dev.vality.xrates.rate with type arguments of type Change Modifier and Type Method Description EventEvent. setChanges(List<Change> changes)Constructors in dev.vality.xrates.rate with parameters of type Change Constructor Description Change(Change other)Constructor parameters in dev.vality.xrates.rate with type arguments of type Change Constructor Description Event(List<Change> changes)