RemoveRemoveOperator
interface RemoveRemoveOperator
This interface is used to add the functionality of subtracting the value of the object by one, like vec1--.
public interface RemoveRemoveOperator
— Methods (1) —
| Name | Description |
|---|---|
| void removeRemove() | Subtracts the value of the object by one. |