public final class NullSafeCopies
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
copyOf
public static <K,
V> Map<K,V> copyOf(@Nullable
Map<K,V> map)
-
copyOf
public static <E> List<E> copyOf(@Nullable
List<E> list)