java.util.Collection to java.util.Set
No. of Instances - 143
No. of Commits - 88
No. of Projects - {'keycloak', 'hadoop', 'redisson', 'AxonFramework', 'gwt', 'robovm', 'Chronicle-Map', 'che', 'sonarqube', 'datumbox-framework', 'hbase', 'pippo', 'ignite', 'graylog2-server', 'junit5', 'presto', 'uaa', 'atomix', 'james-project', 'closure-compiler', 'neo4j', 'drools', 'flink', 'guava', 'hibernate-orm', 'usergrid', 'killbill'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
- map.values() to map.entrySet()
- Collections.unmodifiableCollection(this.namedDescriptorMap.values()) to Collections.unmodifiableSet(new HashSet<>(this.namedDescriptorMap.values()))
- Collections.unmodifiableCollection(this.ordinalDescriptorMap.values()) to Collections.unmodifiableSet(new HashSet<>(this.ordinalDescriptorMap.values()))
- this.executionVertices.put(v.getExecutionVertexID(),v) to this.executionVertexIDs.add(v.getExecutionVertexID())
- CollectionUtils.isEqualCollection(oldTags,newTags) to oldTags.equals(newTags)
- getUserId() to projectUuid
- permission to userDto.getId()
- selectAuthorizedRootProjectsUuids to selectProjectPermissions
- activeRule.getKey().qProfile() to activeRule.getProfileUuid()
- cache2.lockAll(keys2,-1) to cache2.lockAll(keys2).tryLock()
- cache.lockAll(keys2,100) to cache.lockAll(keys2).tryLock(100,TimeUnit.MILLISECONDS)
- cache2.lockAll(keys2,-1) to cache2.lockAll(keys2).tryLock()
- cache.lockAll(keys2,100) to cache.lockAll(keys2).tryLock(100,TimeUnit.MILLISECONDS)
- F.transform(keys,new C1<K,EntryProcessor>(){
@Override public GridCacheVersion apply( K k){
return ctx.versions().next(opCtx.dataCenterId());
}
}
) to F.viewAsMap(keys,new C1<K,EntryProcessor>(){
@Override public EntryProcessor apply( K k){
return entryProcessor;
}
}
)
- F.transform(keys,new C1<K,EntryProcessor>(){
@Override public GridCacheVersion apply( K k){
return ctx.versions().next(opCtx.dataCenterId());
}
}
) to F.viewAsMap(keys,new C1<K,EntryProcessor>(){
@Override public EntryProcessor apply( K k){
return entryProcessor;
}
}
)
- part to e.getKey()
- part to e.getKey()
- arg to dependency.sourcePathTemplate()
- pathBuilder.toString() to dependency.artifactPathTemplate()