this.depOwnersByInputs=Maps.newHashMapWithExpectedSize(inputsOfInterest.size()); | this.depOwnersByInputs=HashMultimap.create(inputsOfInterest.size(),1); | Maps.newHashMapWithExpectedSize(inputsOfInterest.size()) | HashMultimap.create(inputsOfInterest.size(),1) | bazel | 7576b25b5c4ed4d9494eba214a8e5a857e914b8a | com.google.devtools.build.lib.actions.ActionInputDepOwnerMap | | _1 | depOwnersByInputs |
---|
_2 | depOwnersByInputs |
---|
| v0 | inputsOfInterest.size() |
---|
| - com.google.common.collect.HashMultimap
| v0 | inputsOfInterest.size() |
---|
| AssignedTo | False |