public final class ListUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
removeNulls(List<T> values)
Creates a new list which contains all the non-null elements of the given list.
|
public static <T> List<T> removeNulls(List<T> values)
T
- the type of the parameter list and the resulting listvalues
- the list to be processedCopyright © 2014–2020, Printing in 3D. All rights reserved.