clear 方法

void clear()
继承

此操作不受不可修改列表的支持。

实现

void clear() {
  throw new UnsupportedError("Cannot clear an unmodifiable list");
}