ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/DelayQueue.java
Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Mon Oct 1 00:10:53 2018 UTC (5 years, 7 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot references in javadoc with upstream

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Sat May 6 06:49:46 2017 UTC (7 years ago) by jsr166
Branch: MAIN
Changes since 1.76: +1 -1 lines
Diff to previous 1.76
8177789: fix collections framework links to point to java.util package doc

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 00:27:21 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.75: +6 -29 lines
Diff to previous 1.75
drainTo(Collection) should delegate to drainTo(Collection, int) as done elsewhere

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Thu Dec 29 22:37:31 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.74: +5 -5 lines
Diff to previous 1.74
whitespace

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Sat Dec 24 19:32:07 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.73: +3 -4 lines
Diff to previous 1.73
convert to Objects.requireNonNull

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Wed Nov 30 03:46:37 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.72: +1 -2 lines
Diff to previous 1.72
use idiom: lastRet = cursor++

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 18:17:51 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.71: +4 -4 lines
Diff to previous 1.71
compare longs against 0L, not 0

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 17:03:22 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +1 -1 lines
Diff to previous 1.70
Terminate javadoc with a period.

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 22:57:37 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +3 -4 lines
Diff to previous 1.69
bytecode golf

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 07:54:13 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.68: +3 -2 lines
Diff to previous 1.68
standardize import statement order

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 21:55:44 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.67: +6 -1 lines
Diff to previous 1.67
never use wildcard imports

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 05:48:28 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.66: +1 -1 lines
Diff to previous 1.66
this collection => this XXX

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 21:15:44 2014 UTC (10 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.65: +1 -1 lines
Diff to previous 1.65
remove redundant initializations to null or 0

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 20:12:10 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.64: +2 -6 lines
Diff to previous 1.64
refactor definitions of "weakly consistent" into package-info.java

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Tue Jun 4 22:56:47 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.63: +3 -1 lines
Diff to previous 1.63
Waiting threads should not retain a reference to the first task in queue

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 19:54:06 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +1 -1 lines
Diff to previous 1.62
javadoc style

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 04:23:28 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +1 -1 lines
Diff to previous 1.61
use blessed modifier order

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 01:59:47 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +25 -25 lines
Diff to previous 1.60
<tt> -> {@code

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 06:40:20 2012 UTC (11 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +0 -1 lines
Diff to previous 1.59
no blank line between javadoc and corresponding code

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Tue Feb 21 01:54:03 2012 UTC (12 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +1 -1 lines
Diff to previous 1.58
use third person in javadoc first sentence

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 02:35:13 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +0 -1 lines
Diff to previous 1.57
whitespace

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sun Jul 3 06:04:06 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +20 -15 lines
Diff to previous 1.56
Introduce removeEQ as in PriorityBlockingQueue

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Mon Jun 27 21:01:06 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +23 -14 lines
Diff to previous 1.55
make drainTo methods more robust when c.add throws

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 07:48:43 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +1 -2 lines
Diff to previous 1.54
consistent style for code snippets

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 02:28:05 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +1 -1 lines
Diff to previous 1.53
fix javac 7 [rawtypes] warnings

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Mon May 30 23:08:12 2011 UTC (12 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.52: +3 -1 lines
Diff to previous 1.52
Clarify documented Iterator behavior

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:03 2011 UTC (13 years, 2 months ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.51: +1 -1 lines
Diff to previous 1.51
Update Creative Commons license URL in legal notices

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 08:02:09 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +8 -6 lines
Diff to previous 1.50
make iterator weakly consistent specs more consistent

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon May 19 01:14:25 2008 UTC (16 years ago) by jsr166
Branch: MAIN
Changes since 1.49: +1 -0 lines
Diff to previous 1.49
Sync with OpenJDK; whitespace

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:47:56 2008 UTC (16 years ago) by jsr166
Branch: MAIN
Changes since 1.48: +41 -41 lines
Diff to previous 1.48
Sync with OpenJDK; untabify

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 20:43:49 2007 UTC (16 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +69 -41 lines
Diff to previous 1.47
6609775: Reduce context switches in DelayQueue due to signalAll

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 16:08:40 2007 UTC (16 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +0 -1 lines
Diff to previous 1.46
whitespace

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun May 28 23:36:29 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
Location of Collections Guide has changed

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 20:54:24 2006 UTC (18 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +0 -1 lines
Diff to previous 1.44
6378729: Remove workaround for 6280605

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Fri Nov 25 13:29:03 2005 UTC (18 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.43: +9 -4 lines
Diff to previous 1.43
Incorporate review suggestions

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Nov 23 05:33:03 2005 UTC (18 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42
whitespace

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Nov 22 11:45:30 2005 UTC (18 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.41: +29 -24 lines
Diff to previous 1.41
Use snapshot iterators

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Fri Sep 23 18:08:35 2005 UTC (18 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40
hold locks only when necessary

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Thu Sep 22 00:32:00 2005 UTC (18 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.39: +2 -0 lines
Diff to previous 1.39
Fix timed poll

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sat Aug 20 07:41:47 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +1 -2 lines
Diff to previous 1.38
doc fixes

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 19:14:17 2005 UTC (18 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
doc fixes

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 00:25:25 2005 UTC (18 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +4 -4 lines
Diff to previous 1.36
doc fixes

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Jun 12 11:08:22 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.35: +17 -11 lines
Diff to previous 1.35
Clarify specs

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 18:12:59 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.34: +4 -3 lines
Diff to previous 1.34
Fix peek spec

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed May 25 14:05:27 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
Avoid generics warnings; clarify javadocs

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Wed May 18 01:41:51 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
whitespace

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue May 17 06:44:59 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.31: +123 -63 lines
Diff to previous 1.31
doc fixes

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue May 3 04:53:52 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.30: +7 -7 lines
Diff to previous 1.30
unexpired -> expired

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon May 2 08:35:49 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.29: +13 -13 lines
Diff to previous 1.29
E o -> E e

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 01:17:18 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
doc fixes

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Jun 2 23:49:07 2004 UTC (19 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
CopyOnWriteArraySet and ConcurrentHashMap no longer implement Cloneable
Improve javadoc wording in other classes

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Jun 1 12:53:56 2004 UTC (19 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.26: +46 -10 lines
Diff to previous 1.26
Clarify that poll etc will return null if no unexpired elements

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu May 27 11:06:11 2004 UTC (19 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.25: +8 -0 lines
Diff to previous 1.25
Override javadoc specs when overriding AbstractQueue implementations
Clarify atomicity in BlockingQueue

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 11:36:31 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.24: +5 -0 lines
Diff to previous 1.24
Add Collection framework membership doc

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 04:35:02 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.23: +1 -0 lines
Diff to previous 1.23
javadoc lint; Thread.interrupt shouldn't throw exception if thread dead

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 19:26:25 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
Headers reference Creative Commons

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 17:19:03 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Adapt to AbstractQueuedSynchronizer

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Dec 23 19:38:09 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.20: +15 -0 lines
Diff to previous 1.20
cache finals across volatiles; avoid readResolve; doc improvments; timed invokeAll interleaves

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 13:38:34 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT, JSR166_NOV3_FREEZE
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Changed doc strings for generic params

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 12:29:33 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18
Added docs for type params

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Oct 11 15:37:31 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Redeclare some Conditions as ReentrantLock.ConditionObjects

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 23:00:18 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.16: +48 -0 lines
Diff to previous 1.16
added drainTo; clarified various exception specs

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Sep 15 12:02:46 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Fix some javadoc inconsistencies

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Sep 13 18:51:11 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14
Proofreading pass -- many minor adjustments

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 15:40:10 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.13: +12 -23 lines
Diff to previous 1.13
Adapt AbstractQueue changes; Conditionalize CancellableTask.reset; new TimeUnit methods

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 20:05:07 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.12: +17 -34 lines
Diff to previous 1.12
Scrunched catch, finally, else clauses.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Aug 7 16:00:28 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.11: +5 -3 lines
Diff to previous 1.11
ScheduledExecutor must prestart core threads

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 18:22:09 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Fixes to minor errors found by DocCheck

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 16:08:49 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.9: +0 -1 lines
Diff to previous 1.9
Misc doc touch-ups

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 15:48:14 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Typo fix, minor style fix, and fix use of PBQ.offer(x, y, z) after removal
of throws IE

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 11:11:49 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.7: +4 -1 lines
Diff to previous 1.7
Clarify iterator semantics

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 01:57:53 2003 UTC (20 years, 9 months ago) by dholmes
Branch: MAIN
Changes since 1.6: +80 -16 lines
Diff to previous 1.6
Final major updates to Collection related classes.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 19:50:24 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.5: +25 -15 lines
Diff to previous 1.5
Add Collection constructor, fix typo

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 00:46:33 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.4: +1 -0 lines
Diff to previous 1.4
Locks in subpackage; fairness params added

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 14:34:47 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.3: +15 -10 lines
Diff to previous 1.3
Added missing javadoc tags; minor reformatting

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jun 1 18:38:01 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.2: +25 -25 lines
Diff to previous 1.2
Replaced DelayEntry with Delayed interface

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:40 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.1: +218 -90 lines
Diff to previous 1.1
re-check-in initial implementations

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed May 14 21:30:46 2003 UTC (21 years ago) by tim
Branch: MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a