incrNonce method

int incrNonce()

Implementation

int incrNonce() {
  return ++this._nonce;
}