Package | Description |
---|---|
com.igormaznitsa.meta.common.utils |
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
ArrayUtils.joinArrays(T[]... arrays)
Join arrays provided as parameters, all arrays must be the same type, null values allowed.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
Assertions.assertAmong(T obj,
T... list)
Check that object is presented among provided elements and replace the object by equal element from the list.
|
static <T> T[] |
ArrayUtils.joinArrays(T[]... arrays)
Join arrays provided as parameters, all arrays must be the same type, null values allowed.
|
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.