All Methods Static Methods Concrete Methods
| 限定符和类型 |
方法和说明 |
static boolean |
containsKey(Map<?,?> map,
String key) |
static <K> Integer |
getInteger(Map<? super K,?> map,
K key) |
static <K> Number |
getNumber(Map<? super K,?> map,
K key) |
static <K> String |
getStringValue(Map<? super K,?> map,
K key) |
static boolean |
isEmpty(Collection<?> collection) |
static boolean |
isEmpty(Iterable<?> iterable) |
static boolean |
isEmpty(Iterator<?> iterable) |
static boolean |
isEmpty(Map<?,?> map) |
static <T> boolean |
isEmpty(T[] array) |
static boolean |
isNotEmpty(Collection<?> collection) |
static boolean |
isNotEmpty(Iterable<?> iterable) |
static boolean |
isNotEmpty(Iterator<?> iterable) |
static boolean |
isNotEmpty(Map<?,?> map) |
static <E> List<E> |
removeAll(Collection<E> collection,
Collection<?> remove) |
static <T> List<T> |
swapPosition(List<T> list,
int oldPosition,
int newPosition) |
static <T> T[] |
toArray(T... arrays) |