return executionInfoInterner.intern(ImmutableMap.copyOf(mutableCopy)); | return executionInfoInterner.intern(ImmutableSortedMap.copyOf(mutableCopy)); | ImmutableMap.copyOf(mutableCopy) | ImmutableSortedMap.copyOf(mutableCopy) | bazel | cfe0318e63daf846606a5375346bd83536cacd05 | com.google.devtools.build.lib.analysis.config.BuildConfiguration | | _1 | mutableCopy |
---|
_2 | mutableCopy |
---|
| | - com.google.common.collect.ImmutableSortedMap
| | Uses | True |