this.containersToCleanup=Collections.synchronizedList(new ArrayList<>()); | this.containersToCleanup=Collections.synchronizedSet(new HashSet<>()); | Collections.synchronizedList(new ArrayList<>()) | Collections.synchronizedSet(new HashSet<>()) | bazel | 403496540806f3f5404e20919202e28fb4b68f18 | com.google.devtools.build.lib.sandbox.DockerSandboxedSpawnRunner | | _1 | containersToCleanup |
---|
_2 | containersToCleanup |
---|
| | - java.util.Collections
- java.util.HashSet
| | AssignedTo | True |