All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Map |
aliasParamKeys(Map params,
String... keys) |
static Map |
double_list_to_map(List keys,
List values) |
static Date |
getDate(Map map,
String key) |
static long |
getDateAsLong(Map map,
String key) |
static int |
getInt(Map map,
String key) |
static long |
getLong(Map map,
String key) |
static String |
getString(Map map,
String key) |
static String |
getStringNoNull(Map map,
String key) |
static Set |
hashSet(int[] array) |
static Set |
hashSet(Object[] array) |
boolean |
isNull(Object key) |
static String |
join(Collection collection) |
static String |
join(Collection collection,
String split) |
static String |
join(Collection collection,
String split,
String wrapper) |
static String |
join(int[] arrays,
String split) |
static String |
join(Object[] arrays,
String split) |
static String |
join(Object[] collection,
String split,
String wrapper) |
static List |
jsonArrayToList(net.sf.json.JSONArray jsonArray) |
static <T> List<T> |
list(T... arrays) |
static Map |
map(Object... arrays) |
static <T> Set<T> |
newHashSet(T... arrays) |
static <T> T |
or(T a,
T b) |
static Map |
paramByKeys(Map map,
String... keys) |
static List |
project(List<Map> list,
String key) |
static List |
projectByMethod(List list,
String method,
Object... params) |
static <T> List<T> |
projectionColumn(List<Map> maps,
String column) |
static Pattern |
regEx(String reg) |
static Pattern |
RegEx(String reg) |
static Map |
selectMap(Map map,
String... keys) |
static Map |
selectMapWithAliasName(Map map,
String... keys) |
static Map |
selectMapWithAliasNameInclude(Map map,
String... keys) |
<T> T |
service(Class<T> clzz) |
NumberExtendedForTime |
time(int number) |
NumberExtendedForTime |
time(long number) |
static List |
toList(Object[] array) |