218219220221222223224225226227228
{ } try { um.values().clear(); fail("UnsupportedOperationException should be thrown"); } catch (UnsupportedOperationException e) { }