All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Map |
doubleListToMap(List keys,
List values) |
static Boolean |
getBoolean(Map map,
String key) |
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 Map |
getMap(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) |
static boolean |
isEmpty(Collection collection) |
static boolean |
isEmpty(String str) |
static boolean |
isNull(Object obj) |
static <K> List |
iterate_list(List<K> list,
WowCollections.ListIterator<K> listIterator) |
static <K,V> List |
iterate_map(Map<K,V> map,
WowCollections.MapIterator mapIterator) |
static <K> List |
iterateList(List<K> list,
WowCollections.ListIterator<K> listIterator) |
static <K,V> List |
iterateMap(Map<K,V> map,
WowCollections.MapIterator mapIterator) |
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 <T> List<T> |
list(T... arrays) |
static Map |
map(Object... arrays) |
static <T> Set<T> |
newHashSet(T... arrays) |
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 Map |
selectMap(Map map,
String... keys) |
static Map |
selectMapWithAliasName(Map map,
String... keys) |
static Map |
selectMapWithAliasNameInclude(Map map,
String... keys) |
static Iterable<String> |
split(String s,
String seperator) |
static List<String> |
split2(String s,
String seperator) |
static List<Integer> |
split2IntoDouble(String s,
String seperator) |
static List<Integer> |
split2IntoInt(String s,
String seperator) |
static List<Integer> |
split2IntoLong(String s,
String seperator) |
static List<String> |
split2SkipEmpty(String s,
String seperator) |
static List<List> |
splitList(List list,
int size) |
static Iterable<String> |
splitWithRegex(String s,
String seperatorPattern) |
static List |
subList(List temp,
int size) |
static List |
subList(List temp,
int start,
int size) |
static List |
toList(Object[] array) |
static void |
uniqList(List list) |