Class MapUtils
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.util.MapUtils
-
public final class MapUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <K extends Comparable<K>,V>
@NotNull Map<K,V>copyOf(@Nullable Map<K,V> map)Creates a copy of a map with deterministic order.
-
-
-
Method Detail
-
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.
-
-