Uses of Class
dev.vality.fistful.p2p.adjustment.CreatedChange
| Package | Description |
|---|---|
| dev.vality.fistful.p2p.adjustment |
-
Uses of CreatedChange in dev.vality.fistful.p2p.adjustment
Methods in dev.vality.fistful.p2p.adjustment that return CreatedChange Modifier and Type Method Description CreatedChangeCreatedChange. deepCopy()CreatedChangeChange. getCreated()CreatedChangeCreatedChange. setAdjustment(Adjustment adjustment)Methods in dev.vality.fistful.p2p.adjustment with parameters of type CreatedChange Modifier and Type Method Description intCreatedChange. compareTo(CreatedChange other)static ChangeChange. created(CreatedChange value)booleanCreatedChange. equals(CreatedChange that)voidChange. setCreated(CreatedChange value)Constructors in dev.vality.fistful.p2p.adjustment with parameters of type CreatedChange Constructor Description CreatedChange(CreatedChange other)Performs a deep copy on other.