public class CollectionUtil extends Object
| Constructor and Description |
|---|
CollectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(Collection<?> collection) |
static boolean |
isEmpty(Map<?,?> map) |
static boolean |
isSizeEqualAndGreaterThan(Collection<?> collection,
int size) |
static boolean |
isSizeEqualAndLessThan(Collection<?> collection,
int size) |
public static boolean isEmpty(Collection<?> collection)
public static boolean isEmpty(Map<?,?> map)
public static boolean isSizeEqualAndGreaterThan(Collection<?> collection, int size)
public static boolean isSizeEqualAndLessThan(Collection<?> collection, int size)
Copyright © 2019. All rights reserved.