标签:copy

  • Java Collections copy()

    copy() 方法将一个List中的所有元素复制到另一个List中。1 语法public static <T> void copy(List<? super T> dest, List<? ext