@Immutable public final class BooleanHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getBooleanValue(Boolean aObj,
boolean bDefault)
Get the primitive value of the passed object value.
|
static boolean |
getInverted(boolean b)
Get the converted boolean value
|
public static boolean getInverted(boolean b)
b - Input boolean valuepublic static boolean getBooleanValue(@Nullable Boolean aObj, boolean bDefault)
aObj - The Boolean value to be convertedbDefault - The default value to be returned, if the passed obj is
null.Copyright © 2006–2014 phloc systems. All rights reserved.