public final class MathUtil
extends Object
-
Method Summary 
static long
clamp(long value,
long min,
long max)
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details 
-
clamp 
public static long clamp(long value,
long min,
long max)