public class FileToPathMap
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.io.File,org.eclipse.core.runtime.IPath> |
map |
Constructor and Description |
---|
FileToPathMap() |
Modifier and Type | Method and Description |
---|---|
private static java.io.File |
canonify(java.io.File key) |
org.eclipse.core.runtime.IPath |
get(java.io.File key) |
java.util.Set<java.io.File> |
keySet() |
void |
put(java.io.File key,
org.eclipse.core.runtime.IPath value) |
void |
putAll(FileToPathMap otherMap) |
int |
size() |
java.util.Collection<org.eclipse.core.runtime.IPath> |
values() |
public void put(java.io.File key, org.eclipse.core.runtime.IPath value)
public java.util.Collection<org.eclipse.core.runtime.IPath> values()
public org.eclipse.core.runtime.IPath get(java.io.File key)
public void putAll(FileToPathMap otherMap)
public java.util.Set<java.io.File> keySet()
private static java.io.File canonify(java.io.File key)
public int size()