public final class CollectionsHelper extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isNotEmpty(Collection<?> col) |
static boolean |
isNotEmpty(Map<?,?> map) |
static boolean |
isNullOrEmpty(Collection<?> col) |
static boolean |
isNullOrEmpty(Map<?,?> map) |
public static boolean isNotEmpty(Collection<?> col)
public static boolean isNotEmpty(Map<?,?> map)
public static boolean isNullOrEmpty(Collection<?> col)
public static boolean isNullOrEmpty(Map<?,?> map)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.