Uses of Class
dev.vality.fistful.transfer.LatestClock
| Package | Description |
|---|---|
| dev.vality.fistful.transfer |
-
Uses of LatestClock in dev.vality.fistful.transfer
Methods in dev.vality.fistful.transfer that return LatestClock Modifier and Type Method Description LatestClockLatestClock. deepCopy()LatestClockClock. getLatest()Methods in dev.vality.fistful.transfer with parameters of type LatestClock Modifier and Type Method Description intLatestClock. compareTo(LatestClock other)booleanLatestClock. equals(LatestClock that)static ClockClock. latest(LatestClock value)voidClock. setLatest(LatestClock value)Constructors in dev.vality.fistful.transfer with parameters of type LatestClock Constructor Description LatestClock(LatestClock other)Performs a deep copy on other.