| Package | Description |
|---|---|
| org.apache.sis.util |
Simple data objects and miscellaneous utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static ComparisonMode |
ComparisonMode.equalityLevel(Object o1,
Object o2)
If the two given objects are equals according one of the modes enumerated in this class,
then returns that mode.
|
static ComparisonMode |
ComparisonMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonMode[] |
ComparisonMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Utilities.deepEquals(Object object1,
Object object2,
ComparisonMode mode)
Convenience method for testing two objects for equality using the given level of strictness.
|
boolean |
LenientComparable.equals(Object other,
ComparisonMode mode)
Compares this object with the given object for equality.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.