Searched defs:FileKey (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DFileKey.java34 public class FileKey { class
40 private FileKey() { } method in class:FileKey
42 public static FileKey create(FileDescriptor fd) {
43 FileKey fk = new FileKey();
61 if (!(obj instanceof FileKey))
63 FileKey other = (FileKey)obj;
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DFileKey.java34 public class FileKey { class
39 private FileKey() { } method in class:FileKey
41 public static FileKey create(FileDescriptor fd) {
42 FileKey fk = new FileKey();
59 if (!(obj instanceof FileKey))
61 FileKey other = (FileKey)obj;
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java86 private FileKey fileKey;
111 FileKey fileKey)
163 FileKey fileKey() {
201 private static class FileKey { class in class:WindowsWatchService
206 FileKey(int volSerialNumber, int fileIndexHigh, int fileIndexLow) { method in class:WindowsWatchService.FileKey
221 if (!(obj instanceof FileKey))
223 FileKey other = (FileKey)obj;
281 private final Map<FileKey,WindowsWatchKey> fk2key;
291 this.fk2key = new HashMap<FileKey,WindowsWatchKe
[all...]

Completed in 30 milliseconds