- max(int) - Static method in class ch.frostnova.util.check.CheckCollection
-
Check that the collection contains a maximum number of elements
- max(Number) - Static method in class ch.frostnova.util.check.CheckNumber
-
Check that the number is not larger than 'max'
- max(int) - Static method in class ch.frostnova.util.check.CheckString
-
Check that the string contains no more than 'max' characters
- min(int) - Static method in class ch.frostnova.util.check.CheckCollection
-
Check that the collection contains a minimum number of elements
- min(Number) - Static method in class ch.frostnova.util.check.CheckNumber
-
Check that the number is not smaller than 'min'
- min(int) - Static method in class ch.frostnova.util.check.CheckString
-
Check that the string contains at least 'min' characters