The Class CollectionUtils.
Definition at line 11 of file CollectionUtils.java.
◆ isNullOrEmpty() [1/2]
static boolean org.usermanagement.util.CollectionUtils.isNullOrEmpty |
( |
final Collection<?> |
collection | ) |
|
|
static |
Checks if is null or empty.
- Parameters
-
- Returns
- true, if is null or empty
Definition at line 24 of file CollectionUtils.java.
◆ isNullOrEmpty() [2/2]
static boolean org.usermanagement.util.CollectionUtils.isNullOrEmpty |
( |
Map<?, ?> |
map | ) |
|
|
static |
Checks if is null or empty.
- Parameters
-
- Returns
- true, if is null or empty
Definition at line 34 of file CollectionUtils.java.
◆ isUniqueObjects()
static <T> boolean org.usermanagement.util.CollectionUtils.isUniqueObjects |
( |
final Collection< T > |
collection | ) |
|
|
static |
Checks if is unique objects.
- Parameters
-
<T> | the generic type |
collection | the collection |
- Returns
- true, if is unique objects
Definition at line 45 of file CollectionUtils.java.
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/usermanagement/util/CollectionUtils.java