Uses of Class
dev.vality.fistful.p2p.adjustment.Pending
| Package | Description |
|---|---|
| dev.vality.fistful.p2p.adjustment |
-
Uses of Pending in dev.vality.fistful.p2p.adjustment
Methods in dev.vality.fistful.p2p.adjustment that return Pending Modifier and Type Method Description PendingPending. deepCopy()PendingStatus. getPending()Methods in dev.vality.fistful.p2p.adjustment with parameters of type Pending Modifier and Type Method Description intPending. compareTo(Pending other)booleanPending. equals(Pending that)static StatusStatus. pending(Pending value)voidStatus. setPending(Pending value)Constructors in dev.vality.fistful.p2p.adjustment with parameters of type Pending Constructor Description Pending(Pending other)Performs a deep copy on other.