Uses of Class
org.eclipse.keyple.core.util.Assert
Packages that use Assert
-
Uses of Assert in org.eclipse.keyple.core.util
Methods in org.eclipse.keyple.core.util that return AssertModifier and TypeMethodDescriptionstatic Assert
Assert.getInstance()
Gets the unique instance.Assert.greaterOrEqual
(Integer number, int minValue, String name) Assert that an integer is not null and is greater than or equal to minValue.Assert that an integer is equal to value.Assert.isHexString
(String hex, String name) Assert that a string has a valid hexadecimal format.Assert that an integer is not null and is in the range minValue, maxValue.Assert that a condition is true.Assert that a byte array is not null and not empty.Assert that the input string is not null and not empty.Assert.notEmpty
(Collection<?> obj, String name) Assert that a collection of objects is not null and not empty.Assert that the input object is not null.