| Package | Description |
|---|---|
| eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
| Modifier and Type | Field and Description |
|---|---|
static Checks.IntCheck |
Checks.negative |
static Checks.IntCheck |
Checks.positive |
| Modifier and Type | Method and Description |
|---|---|
static Checks.IntCheck |
Checks.greaterThan(int bound) |
static Checks.IntCheck |
Checks.lessThan(int bound) |
Checks.IntCheck |
Checks.IntCheck.negate() |
see also the complete user documentation .