public class FileToPathMap extends Object
Constructor and Description |
---|
FileToPathMap() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.runtime.IPath |
get(File key) |
Set<File> |
keySet() |
void |
put(File key,
org.eclipse.core.runtime.IPath value) |
void |
putAll(FileToPathMap otherMap) |
int |
size() |
Collection<org.eclipse.core.runtime.IPath> |
values() |
public void put(File key, org.eclipse.core.runtime.IPath value)
public Collection<org.eclipse.core.runtime.IPath> values()
public org.eclipse.core.runtime.IPath get(File key)
public void putAll(FileToPathMap otherMap)
public int size()
Copyright © 2008–2020 Eclipse Foundation. All rights reserved.