public interface IObjectShortChecker extends IObjectShortSameCheck, IObjectShortNotSameCheck, IObjectShortEqualsCheck, IObjectShortNotEqualsCheck, IObjectShortNullCheck, IObjectShortNotNullCheck, IObjectShortDefaultCheck, IObjectShortNotDefaultCheck, IObjectShortLessCheck, IObjectShortLessOrEqualsCheck, IObjectShortGreaterCheck, IObjectShortGreaterOrEqualsCheck, IObjectShortInsideCheck, IObjectShortOutsideCheck
This (or a derivative) should inherit all check methods targeting Short.
isShortSame
isShortNotSame
isShortEquals
isShortNotEquals
isShortNull
isShortNotNull
isShortDefault
isShortNotDefault
getShortDefault, setShortDefault
isShortLess
isShortLessOrEquals
isShortGreater
isShortGreaterOrEquals
isShortInside
isShortOutside
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.