public class CollectionUtility extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
concatenateStrings(List<String> strings,
String separator) |
static <T> boolean |
isNullOrEmpty(Collection<T> collection) |
static <T> List<T> |
removeDuplicates(List<T> list) |
Copyright © 2019 com.github.svstoll. All rights reserved.