public class Validation extends Object
| Constructor and Description |
|---|
Validation() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
greaterThan(int value,
int lowerInclusive) |
static boolean |
inRange(float value,
float lowerInclusive,
float upperInclusive) |
static boolean |
inRange(int value,
int lowerInclusive,
int upperInclusive) |
Copyright © 2017 Media Cloud. All rights reserved.