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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java281 private final Map<FileKey,WindowsWatchKey> fk2key; field in class:WindowsWatchService.Poller
291 this.fk2key = new HashMap<FileKey,WindowsWatchKey>();
364 WindowsWatchKey existing = fk2key.get(fk);
415 fk2key.put(fk, watchKey);
442 fk2key.remove(key.fileKey());
455 fk2key.clear();

Completed in 29 milliseconds