Modifier and Type | Method and Description |
---|---|
boolean |
isObjectsNotEquals(Object caller,
Collection<Object> referenceA,
Collection<Object> referenceB)
Checks if the referenced object pairs are not equals and not both nulls.
|
boolean |
isObjectsNotEquals(Object caller,
List<Object> referenceA,
List<Object> referenceB)
Checks if the referenced object pairs are not equals and not both nulls.
|
boolean |
isObjectsNotEquals(Object caller,
Object[] referenceA,
Object[] referenceB)
Checks if the references are not equals and not both nulls.
|
boolean isObjectsNotEquals(Object caller, Object[] referenceA, Object[] 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 nullboolean isObjectsNotEquals(Object caller, List<Object> referenceA, List<Object> referenceB)
caller
- end-user instance initiating the checkreferenceA
- list reference to equals check against reference BreferenceB
- arguments to equals-methods of reference AIllegalArgumentException
- if caller is nullboolean isObjectsNotEquals(Object caller, Collection<Object> referenceA, Collection<Object> 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.