Javadoc
This commit is contained in:
parent
9c73c833d5
commit
30bdb1964a
|
@ -959,7 +959,7 @@ public class ObjectUtils {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks, whether the given object is an Object array or a primitive array in a null-safe manner.
|
* Tests whether the given object is an Object array or a primitive array in a null-safe manner.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* A {@code null} {@code object} Object will return {@code false}.
|
* A {@code null} {@code object} Object will return {@code false}.
|
||||||
|
@ -983,7 +983,7 @@ public class ObjectUtils {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if an Object is empty or null.
|
* Tests if an Object is empty or null.
|
||||||
*
|
*
|
||||||
* The following types are supported:
|
* The following types are supported:
|
||||||
* <ul>
|
* <ul>
|
||||||
|
@ -1035,7 +1035,7 @@ public class ObjectUtils {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if an Object is not empty and not null.
|
* Tests if an Object is not empty and not null.
|
||||||
*
|
*
|
||||||
* The following types are supported:
|
* The following types are supported:
|
||||||
* <ul>
|
* <ul>
|
||||||
|
|
Loading…
Reference in New Issue