return new StarlarkSemantics(ImmutableSortedMap.copyOf(map)); | return new StarlarkSemantics(ImmutableMap.copyOf(map)); | ImmutableSortedMap.copyOf(map) | ImmutableMap.copyOf(map) | bazel | 718dfa2d7aec49df352785587436ab28d8d37088 | net.starlark.java.eval.StarlarkSemantics.Builder | | | | - com.google.common.collect.ImmutableMap
| | Uses | True |