Uses of Class
dev.vality.fistful.p2p.template.BlockingChange
| Package | Description |
|---|---|
| dev.vality.fistful.p2p.template |
-
Uses of BlockingChange in dev.vality.fistful.p2p.template
Methods in dev.vality.fistful.p2p.template that return BlockingChange Modifier and Type Method Description BlockingChangeBlockingChange. deepCopy()BlockingChangeChange. getBlockingChanged()BlockingChangeBlockingChange. setBlocking(Blocking blocking)Methods in dev.vality.fistful.p2p.template with parameters of type BlockingChange Modifier and Type Method Description static ChangeChange. blocking_changed(BlockingChange value)intBlockingChange. compareTo(BlockingChange other)booleanBlockingChange. equals(BlockingChange that)voidChange. setBlockingChanged(BlockingChange value)Constructors in dev.vality.fistful.p2p.template with parameters of type BlockingChange Constructor Description BlockingChange(BlockingChange other)Performs a deep copy on other.