| Package | Description |
|---|---|
| org.orbisgis.commons.utilities |
| Modifier and Type | Method and Description |
|---|---|
static void |
CheckUtils.checkNotEmpty(Collection<?> value)
Check that the given
Collection is not empty. |
static void |
CheckUtils.checkNotEmpty(Collection<?> value,
String message)
Check that the given
Collection is not empty. |
static void |
CheckUtils.checkNotEmpty(Collection<?> value,
String message)
Check that the given
Collection is not empty. |
static void |
CheckUtils.checkNotEmpty(Object[] array)
Check that the given array is not empty.
|
static void |
CheckUtils.checkNotEmpty(Object[] array,
String message)
Check that the given array is not empty.
|
static void |
CheckUtils.checkNotEmpty(Object[] array,
String message)
Check that the given array is not empty.
|
static void |
CheckUtils.checkNotNull(Object value)
Check that the given value is not null.
|
static void |
CheckUtils.checkNotNull(Object value,
String message)
Check that the given value is not null.
|
static void |
CheckUtils.checkNotNull(Object value,
String message)
Check that the given value is not null.
|
Copyright © 2021 CNRS. All rights reserved.