Searched refs:wdToKey (Results 1 – 1 of 1) sorted by relevance
187 private final Map<Integer,LinuxWatchKey> wdToKey; field in LinuxWatchService.Poller200 this.wdToKey = new HashMap<Integer,LinuxWatchKey>(); in Poller()279 LinuxWatchKey key = wdToKey.get(wd); in implRegister()282 wdToKey.put(wd, key); in implRegister()292 wdToKey.remove(key.descriptor()); in implCancelKey()303 for (Map.Entry<Integer,LinuxWatchKey> entry: wdToKey.entrySet()) { in implCloseAll()306 wdToKey.clear(); in implCloseAll()432 for (Map.Entry<Integer,LinuxWatchKey> entry: wdToKey.entrySet()) { in processEvent()440 LinuxWatchKey key = wdToKey.get(wd); in processEvent()446 wdToKey.remove(wd); in processEvent()