public interface IGenericListNotEqualsCheck extends ICheck
Modifier and Type | Method and Description |
---|---|
<A,B> boolean |
isGenericListNotEquals(Object caller,
List<A> referenceA,
List<B> referenceB)
Checks if the referenced element pairs are not equals and not both nulls.
|
<A,B> boolean isGenericListNotEquals(Object caller, List<A> referenceA, List<B> referenceB)
caller
- end-user instance initiating the checkreferenceA
- reference to equals check against reference BreferenceB
- reference to equals check against reference AIllegalArgumentException
- if caller is nullThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.