Is there a better way to negate a boolean in Java than a simple if-else?
if (theBoolean) theBoolean = false; else theBoolean = true;
|
2
|
|||
|
|
|
|
||||||
|
|
|
|
||
|
|
|
|
Less keystrokes if your variable is longer then four letters :) |
||||||||
|