集合同步 也在框加工具类中

    xiaoxiao2021-04-16  31

    /* 集合同步 也在框加工具类中 如: public static <T> List<T> synchronizedList(List<T> list) 返回指定列表支持的同步(线程安全的)列表 synchronizedMap(Map<K,V> m) ..... 等一系列函数 */
    转载请注明原文地址: https://ju.6miu.com/read-672885.html

    最新回复(0)