public final class ResultSetUtil extends Object
| 构造器和说明 |
|---|
ResultSetUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
compareTo(Comparable thisValue,
Comparable otherValue,
OrderType orderType,
OrderType nullOrderType)
比较大小.
|
static Object |
convertValue(Object value,
Class<?> convertType)
根据返回值类型返回特定类型的结果.
|
public static Object convertValue(Object value, Class<?> convertType)
value - 原始结果convertType - 返回值类型public static int compareTo(Comparable thisValue, Comparable otherValue, OrderType orderType, OrderType nullOrderType)
thisValue - 当前值otherValue - 待比较的值orderType - 排序类型nullOrderType - 空值排序类型Copyright © 2017. All rights reserved.