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

/openjdk7/jdk/test/java/nio/file/WatchService/
H A DFileTreeModifier.java99 WatchKey nextKey;
101 nextKey = watcher.poll(3, TimeUnit.SECONDS);
105 if (nextKey != null)
/openjdk7/jdk/src/share/classes/java/util/
H A DWeakHashMap.java846 private Object nextKey = null; field in class:WeakHashMap.HashIterator
861 while (nextKey == null) {
872 nextKey = e.get(); // hold on to key in strong ref
873 if (nextKey == null)
883 if (nextKey == null && !hasNext())
888 currentKey = nextKey;
889 nextKey = null;
/openjdk7/langtools/test/tools/javac/diags/
H A DCheckExamples.java201 nextKey:
206 continue nextKey;
H A DRunExamples.java143 nextKey:
147 continue nextKey;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java1861 Object nextKey = names.nextElement();
1862 Object nextVal = attr.getAttribute(nextKey);
1868 } else if (nextKey == key) {

Completed in 41 milliseconds