Class MapUtils
java.lang.Object
com.atlassian.bamboo.specs.api.util.MapUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K extends Comparable<K>,
V>
@NotNull Map<K,V> Creates a copy of a map with deterministic order.
-
Method Details
-
copyOf
@NotNull public static <K extends Comparable<K>,V> @NotNull Map<K,V> copyOf(@Nullable @Nullable Map<K, V> map) Creates a copy of a map with deterministic order.
-