public interface CollectionExtension
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
asList(T[] array) |
static boolean |
isEmpty(Collection<?> collection) |
static boolean |
isEmpty(Map<?,?> map) |
static <T> boolean |
isEmpty(T[] array) |
static boolean isEmpty(Collection<?> collection)
static boolean isEmpty(Map<?,?> map)
static <T> boolean isEmpty(T[] array)
static <T> List<T> asList(T[] array)
Copyright © 2020 mydotey.org. All rights reserved.