public interface IObjectUuidEqualsCheck extends ICheck
Modifier and Type | Method and Description |
---|---|
boolean |
isUuidEquals(Object caller,
UUID referenceA,
UUID referenceB)
Checks if the UUIDs are equals.
|
boolean isUuidEquals(Object caller, UUID referenceA, UUID referenceB)
caller
- end-user instance initiating the checkreferenceA
- reference to equals check against reference BreferenceB
- argument to equals-method of reference AIllegalArgumentException
- if caller is nullThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.