标签:fill

  • Java Collections fill()

    fill() 用于将指定列表中的所有元素替换为指定元素。1 语法public static <T> void fill(List<? super T> list, T obj) 2