Uses of Class
dev.vality.fistful.p2p.template.TimestampedChange
| Package | Description |
|---|---|
| dev.vality.fistful.p2p.template |
-
Uses of TimestampedChange in dev.vality.fistful.p2p.template
Methods in dev.vality.fistful.p2p.template that return TimestampedChange Modifier and Type Method Description TimestampedChangeTimestampedChange. deepCopy()TimestampedChangeTimestampedChange. setChange(Change change)TimestampedChangeTimestampedChange. setOccuredAt(String occured_at)Methods in dev.vality.fistful.p2p.template with parameters of type TimestampedChange Modifier and Type Method Description intTimestampedChange. compareTo(TimestampedChange other)booleanTimestampedChange. equals(TimestampedChange that)Constructors in dev.vality.fistful.p2p.template with parameters of type TimestampedChange Constructor Description TimestampedChange(TimestampedChange other)Performs a deep copy on other.