Uses of Class
dev.vality.fistful.p2p_transfer.TimestampedChange
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_transfer |
-
Uses of TimestampedChange in dev.vality.fistful.p2p_transfer
Methods in dev.vality.fistful.p2p_transfer 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_transfer with parameters of type TimestampedChange Modifier and Type Method Description intTimestampedChange. compareTo(TimestampedChange other)booleanTimestampedChange. equals(TimestampedChange that)Constructors in dev.vality.fistful.p2p_transfer with parameters of type TimestampedChange Constructor Description TimestampedChange(TimestampedChange other)Performs a deep copy on other.