public final class CollectionsUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
emptyIfNull(List<T> list) |
static <K,V> Map<K,V> |
emptyIfNull(Map<K,V> map) |
static <T> Set<T> |
emptyIfNull(Set<T> set) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.