|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectisql.util.BooleanHelp
public class BooleanHelp
Utility functions for booleans
| Constructor Summary | |
|---|---|
BooleanHelp()
|
|
| Method Summary | |
|---|---|
static boolean |
xor(boolean a,
boolean b)
Returns true if the arguments have same value (true-true or false-false), false otherwise |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanHelp()
| Method Detail |
|---|
public static boolean xor(boolean a,
boolean b)
a - the boolean value ab - the boolean value b
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||