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