removeAt method

view source

E removeAt (int index) inherited

Implementation

E removeAt(int index) {
  throw new UnsupportedError("Cannot remove from an unmodifiable list");
}