标签:swap

  • Java Collections swap()

    swap() 用于交换指定列表中指定位置的元素。1 语法public static void swap(List<?> list, int i, int j) 2 参数list:这是