public interface IObjectByteLessCheck extends ICheck
Modifier and Type | Method and Description |
---|---|
boolean |
isByteLess(Object caller,
Byte referenceA,
Byte referenceB)
Checks if references are not nulls and A < B.
|
boolean isByteLess(Object caller, Byte referenceA, Byte referenceB)
caller
- end-user instance initiating the checkreferenceA
- reference to check against reference BreferenceB
- argument to check against reference AIllegalArgumentException
- if caller is nullThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.