Class MapUtils


  • public final class MapUtils
    extends Object
    • 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.