Toggle navigation
Home
java.util.List to org.eclipse.collections.api.list.ImmutableList
No. of Instances - 7
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> External
Mapping:
Add or Remove Method invocation
addAll(new ArrayList<>(this.queryEngineProviders),queryEngineProviders)
to
asImmutableList(concat(this.queryEngineProviders,queryEngineProviders))
addAll(new ArrayList<>(),kernelExtensions)
to
asImmutableList(kernelExtensions)
Update argument list (Class Instance Creation)
GraphDatabaseDependencies
to
GraphDatabaseDependencies
GraphDatabaseDependencies
to
GraphDatabaseDependencies
GraphDatabaseDependencies
to
GraphDatabaseDependencies
GraphDatabaseDependencies
to
GraphDatabaseDependencies