88899091929394
throw new ReadOnlyException("add all"); } @Override public void clear() { throw new ReadOnlyException("clear"); }
93949596979899
throw new ReadOnlyException("clear"); } @Override public boolean remove(Object o) { throw new ReadOnlyException("remove"); }
9899100101102103104
throw new ReadOnlyException("remove"); } @Override public boolean removeAll(Collection<?> c) { throw new ReadOnlyException("remove all"); }
103104105106107108109
throw new ReadOnlyException("remove all"); } @Override public boolean retainAll(Collection<?> c) { throw new ReadOnlyException("retain all"); }