Searched refs:containers (Results 1 - 1 of 1) sorted by relevance

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DJavacFileManager.java283 private final Map<Path, Container> containers = new HashMap<>(); field in class:JavacFileManager
286 Container fs = containers.get(path);
293 containers.put(path, fs = new JRTImageContainer());
299 fs = containers.get(realPath);
302 containers.put(path, fs);
327 containers.put(realPath, fs);
328 containers.put(path, fs);
672 for (Container container: containers.values()) {
675 containers.clear();

Completed in 38 milliseconds