Modifier and Type | Method and Description |
---|---|
static boolean |
between(int number,
int min,
int max) |
static boolean |
isByte(long number) |
static boolean |
isInt(long number) |
static boolean |
isShort(long number) |
static Number |
narrow(long number)
Return the smallest Number it is safe to return.
|
public static boolean between(int number, int min, int max)
public static Number narrow(long number)
public static boolean isByte(long number)
public static boolean isShort(long number)
public static boolean isInt(long number)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.