Uses of Interface
com.evolveum.midpoint.util.EqualsChecker
-
Packages that use EqualsChecker Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.util -
-
Uses of EqualsChecker in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism with parameters of type EqualsChecker Modifier and Type Method Description static <T> boolean
PrismValueCollectionsUtil. containsValue(Collection<PrismPropertyValue<T>> collection, PrismPropertyValue<T> value, EqualsChecker<PrismPropertyValue<T>> checker)
-
Uses of EqualsChecker in com.evolveum.midpoint.util
Methods in com.evolveum.midpoint.util with parameters of type EqualsChecker Modifier and Type Method Description static <V> V
MiscUtil. find(Collection<V> values, V value, @NotNull EqualsChecker<V> equalsChecker)
static <T> boolean
MiscUtil. unorderedArrayEquals(T[] a, T[] b, EqualsChecker<T> equalsChecker)
Only zero vs non-zero value of comparator is important.
-