public final class Objects extends Object
Modifier and Type | Method and Description |
---|---|
static int |
compareValues(Object v1,
Object v2)
Compare two values based on types.
|
static boolean |
isCompatible(Object v1,
Object v2)
Returns whether the two objects are type-compatible.
|
public static int compareValues(Object v1, Object v2)
v1
- the first objectv2
- the second objectCopyright © 2010-2018, ForgeRock All Rights Reserved.