Java org.apache.wicket.util.lang Checks fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.lang Checks fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.lang Checks.

The text is from its open source code.

Method

voidnotEmptyShort(final String argument, final String name)
Checks argument is not empty (not null and has a non-whitespace character)
voidwithinRangeShort(final T min, final T max, final T value, final String name)
Checks if argument is within a range