Toggle navigation
Home
java.lang.String to org.eclipse.che.ide.api.filetypes.FileType
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'che'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
fileType.getId()
to
fileType
registry.get(fileType.getId())
to
registry.get(fileType)
registry.containsKey(fileType.getId())
to
registry.containsKey(fileType)
registry.get(fileType.getId())
to
registry.get(fileType)
registry.containsKey(fileType.getId())
to
registry.containsKey(fileType)
registry.get(fileType.getId()).isEmpty()
to
registry.get(fileType).isEmpty()
registry.get(fileType.getId())
to
registry.get(fileType)
registry.containsKey(fileType.getId())
to
registry.containsKey(fileType)