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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java278 private final Map<Integer,WindowsWatchKey> int2key; field in class:WindowsWatchService.Poller
290 this.int2key = new HashMap<Integer,WindowsWatchKey>();
421 int2key.remove(existing.completionKey());
427 int2key.put(completionKey, watchKey);
443 int2key.remove(key.completionKey());
452 for (Map.Entry<Integer,WindowsWatchKey> entry: int2key.entrySet()) {
456 int2key.clear();
539 WindowsWatchKey key = int2key.get(info.completionKey());

Completed in 31 milliseconds