ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/DelayQueue.java
Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 11:36:31 2004 UTC (20 years, 4 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, 5 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, 5 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, 8 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 11 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, 11 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 (21 years 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 (21 years 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) Links to JSR166_PFD: (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