java.util.Set to com.google.common.collect.ImmutableSet
No. of Instances - 5
No. of Commits - 5
No. of Projects - {'guice'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Jdk -> External
Mapping:
- ImmutableSet.of("created","attached","detached","attributeChanged","configure","ready") to ImmutableSet.of("created","attached","detached","attributeChanged","configure","ready","properties","listeners","observers","hostAttributes")
- group.build() to ImmutableSet.copyOf(group)
- Collectors.toCollection(HashSet::new) to toImmutableSet()
- Collections.emptySet() to ImmutableSet.of()
- streamPipelineAssignments.get(null) to streamAssignment.get("default")
- Collectors.toSet() to ImmutableSet.toImmutableSet()