Uses of Class
dev.vality.fistful.repairer.RemoveAction
| Package | Description |
|---|---|
| dev.vality.fistful.repairer |
-
Uses of RemoveAction in dev.vality.fistful.repairer
Fields in dev.vality.fistful.repairer declared as RemoveAction Modifier and Type Field Description RemoveActionComplexAction. removeMethods in dev.vality.fistful.repairer that return RemoveAction Modifier and Type Method Description RemoveActionRemoveAction. deepCopy()RemoveActionComplexAction. getRemove()Methods in dev.vality.fistful.repairer with parameters of type RemoveAction Modifier and Type Method Description intRemoveAction. compareTo(RemoveAction other)booleanRemoveAction. equals(RemoveAction that)ComplexActionComplexAction. setRemove(RemoveAction remove)Constructors in dev.vality.fistful.repairer with parameters of type RemoveAction Constructor Description RemoveAction(RemoveAction other)Performs a deep copy on other.