Uses of Class
org.apache.sis.util.ComparisonMode
-
Packages that use ComparisonMode Package Description org.apache.sis.util Simple data objects and miscellaneous utilities. -
-
Uses of ComparisonMode in org.apache.sis.util
Fields in org.apache.sis.util declared as ComparisonMode Modifier and Type Field Description static ComparisonModeComparisonMode. APPROXIMATIVEDeprecated.RenamedAPPROXIMATE.Methods in org.apache.sis.util that return ComparisonMode Modifier and Type Method Description static ComparisonModeComparisonMode. equalityLevel(Object o1, Object o2)If the two given objects are equal according one of the modes enumerated in this class, then returns that mode.static ComparisonModeComparisonMode. 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.Methods in org.apache.sis.util with parameters of type ComparisonMode Modifier and Type Method Description static booleanUtilities. deepEquals(Object object1, Object object2, ComparisonMode mode)Convenience method for testing two objects for equality using the given level of strictness.booleanLenientComparable. equals(Object other, ComparisonMode mode)Compares this object with the given object for equality.
-