Searched defs:deepCopyMap (Results 1 – 1 of 1) sorted by relevance
83 public static <T, U> Map<T, List<U>> deepCopyMap(Map<T, ? extends List<U>> map) { in deepCopyMap() method in CollectionUtils92 …public static <T, U> Map<T, List<U>> deepCopyMap(Map<T, ? extends List<U>> map, Supplier<Map<T, Li… in deepCopyMap() method in CollectionUtils