public interface IObjectCharacterNotNullCheck extends ICheck
Modifier and Type | Method and Description |
---|---|
boolean |
isCharacterNotNull(Object caller,
Character referenceA)
Checks if the Character is not null.
|
boolean isCharacterNotNull(Object caller, Character referenceA)
caller
- end-user instance initiating the checkreferenceA
- reference to checkIllegalArgumentException
- if caller is nullThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.