Lines Matching full:setvalue
489 * Entry#setValue} operation throws an {@link UnsupportedOperationException}.
503 * Entry#setValue} operation throws an {@link UnsupportedOperationException},
517 * Entry#setValue} operation throws an {@link UnsupportedOperationException}.
893 * {@link Map#putAll}, and {@link Entry#setValue} methods throw an {@link
931 * Entry#setValue} method that throws an {@link IllegalArgumentException} when
1138 * input to {@code Entry.setValue()}.
1172 @Override public V setValue(V value) {
1174 return super.setValue(value);