| Package | Description |
|---|---|
| de.alpharogroup.check |
| Modifier and Type | Method and Description |
|---|---|
static Check |
Check.get()
Gets the single Check instance.
|
Check |
Check.isInRange(Double min,
Double max,
Double value,
String name)
Checks if the given argument is in the given a range.
|
Check |
Check.isInRange(Float min,
Float max,
Float value,
String name)
Checks if the given argument is in the given a range.
|
Check |
Check.isInRange(Integer min,
Integer max,
Integer value,
String name)
Checks if the given argument is in the given a range.
|
Check |
Check.isInRange(Long min,
Long max,
Long value,
String name)
Checks if the given argument is in the given a range.
|
<T,C extends Collection<T>> |
Check.notEmpty(C collection,
String name)
Checks if the given collection is not null or empty.
|
<T,K,V,M extends Map<K,V>> |
Check.notEmpty(M map,
String name)
Checks if the given map is not null or empty.
|
<T extends CharSequence> |
Check.notEmpty(T argument,
String name)
Checks if the given argument is not empty.
|
<T> Check |
Check.notNull(T argument,
String name)
Checks if the given argument is not null.
|
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.