MCPcopy Index your code
hub / github.com/bazelbuild/bazel / remove

Method remove

src/main/java/net/starlark/java/eval/Dict.java:775–780  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

773 }
774
775 @Nullable
776 @Deprecated // use removeEntry
777 @Override
778 public V remove(Object key) {
779 throw new UnsupportedOperationException();
780 }
781
782 /**
783 * An immutable {@code Dict} that tracks accessed keys.

Callers 15

endElementMethod · 0.45
setTestCaseForThreadMethod · 0.45
setTestCaseForThreadMethod · 0.45
expectedMethod · 0.45
_CreateDirsMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by 15

endElementMethod · 0.36
setTestCaseForThreadMethod · 0.36
setTestCaseForThreadMethod · 0.36
expectedMethod · 0.36
_CreateDirsMethod · 0.36
setUpMethod · 0.36