public interface Objects
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
firstNonNull(T... objects) |
static Object[] |
mergeArrays(Object[] firstArray,
Object[] secondArray) |
static Object[] |
mergeArrays(Object[] firstArray,
Object[] secondArray,
int insertIndex) |
static <T> List<T> |
sameOrEmpty(List<T> list) |
static <K,V> Map<K,V> |
sameOrEmpty(Map<K,V> map) |
static boolean |
stringsEqualsIgnoreCase(String a,
String b) |
static byte[] |
toByteArray(InputStream inputStream) |
static <T> T firstNonNull(T... objects)
static byte[] toByteArray(InputStream inputStream) throws IOException
IOExceptionCopyright © 2022 SAP SE. All rights reserved.