result.add(group.build()); | result.add(ImmutableSet.copyOf(group)); | group.build() | ImmutableSet.copyOf(group) | closure-compiler | b27dc0c3541ff8b958f966977e4d5ad66482c905 | com.google.javascript.jscomp.graph.StandardUnionFind | | | | - com.google.common.collect.ImmutableSet
| | Uses | True |
return PythonPackageComponents.of(modules.build(),resources.build(),nativeLibraries.build(),prebuiltLibraries.build(),zipSafe); | return PythonPackageComponents.of(ImmutableMap.copyOf(modules),ImmutableMap.copyOf(resources),ImmutableMap.copyOf(nativeLibraries),ImmutableSet.copyOf(prebuiltLibraries),zipSafe); | prebuiltLibraries.build() | ImmutableSet.copyOf(prebuiltLibraries) | buck | 6838deae4369b83ba7456576a69f8addaa9c78b1 | com.facebook.buck.python.AbstractPythonPackageComponents.Builder | | _1 | prebuiltLibraries |
---|
_2 | prebuiltLibraries |
---|
| | - com.google.common.collect.ImmutableSet
| | Uses | True |