public final class KSObjectUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
nullSafeBooleanEquals(Boolean source,
Boolean target)
Null-Safe comparison of two Boolean fields.
|
static boolean |
nullSafeIntegerEquals(Integer source,
Integer target)
Null-Safe comparison of two Integer fields.
|
public static boolean nullSafeBooleanEquals(Boolean source, Boolean target)
source
- Boolean to compare against the target.target
- Boolean to compare against the source.public static boolean nullSafeIntegerEquals(Integer source, Integer target)
source
- Integer to compare against the target.target
- Integer to compare against the source.Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.