static DataType |
nextLarger(DataType dataType)
Returns the smallest numeric data type that:
can hold a larger integer than dataType can
if integral, has the same signedness as dataType
Argument
Result
BYTE
SHORT
UBYTE
USHORT
SHORT
INT
USHORT
UINT
INT
LONG
UINT
ULONG
LONG
DOUBLE
ULONG
DOUBLE
Any other data type
Just return argument
The returned type is intended to be just big enough to hold the result of performing an unsigned conversion of a
value of the smaller type.
static int |
rank(DataType dataType) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FilterHelpers
public FilterHelpers()
|