public final class NullSafeCopies extends Object
Modifier and Type | Method and Description |
---|---|
static <E> List<E> |
copyOf(List<E> list) |
static <K,V> Map<K,V> |
copyOf(Map<K,V> map) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.