ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java
Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 01:04:24 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
fixed typos; avoided some casts

Revision 1.29 - (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_NOV3_FREEZE
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Changed doc strings for generic params

Revision 1.28 - (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.27: +2 -1 lines
Diff to previous 1.27
Added docs for type params

Revision 1.27 - (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.26: +1 -1 lines
Diff to previous 1.26
Redeclare some Conditions as ReentrantLock.ConditionObjects

Revision 1.26 - (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.25: +40 -0 lines
Diff to previous 1.25
added drainTo; clarified various exception specs

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Sep 20 00:31:08 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.24: +5 -5 lines
Diff to previous 1.24
Don;t promise it uses PQ

Revision 1.24 - (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.23: +9 -29 lines
Diff to previous 1.23
Fix some javadoc inconsistencies

Revision 1.23 - (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.22: +8 -6 lines
Diff to previous 1.22
Proofreading pass -- many minor adjustments

Revision 1.22 - (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.21: +14 -22 lines
Diff to previous 1.21
Adapt AbstractQueue changes; Conditionalize CancellableTask.reset; new TimeUnit methods

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 19:27:58 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.20: +1 -0 lines
Diff to previous 1.20
serialVersionUIDs

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 23:32:25 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.19: +6 -0 lines
Diff to previous 1.19
Kill ScheduledExecutor Date methods; Documentation clarifications

Revision 1.19 - (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.18: +18 -36 lines
Diff to previous 1.18
Scrunched catch, finally, else clauses.

Revision 1.18 - (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.17: +3 -3 lines
Diff to previous 1.17
Fixes to minor errors found by DocCheck

Revision 1.17 - (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.16: +18 -0 lines
Diff to previous 1.16
Clarify iterator semantics

Revision 1.16 - (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.15: +94 -19 lines
Diff to previous 1.15
Final major updates to Collection related classes.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 12:11:14 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.14: +15 -13 lines
Diff to previous 1.14
Remove Sorted interface, adjust PQ and PBQ

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 06:32:02 2003 UTC (20 years, 10 months ago) by dholmes
Branch: MAIN
Changes since 1.13: +26 -23 lines
Diff to previous 1.13
Regressed to the unbounded form

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 16:00:19 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.12: +27 -26 lines
Diff to previous 1.12
Added addAll() back in.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 10:08:31 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
PBQ shouldn't implement Sorted

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 09:40:14 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.10: +6 -6 lines
Diff to previous 1.10
Commented out BlockingQueue.addAll; changed a few signatures to please 2.2 compiler

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 04:11:54 2003 UTC (20 years, 10 months ago) by dholmes
Branch: MAIN
Changes since 1.9: +39 -19 lines
Diff to previous 1.9
Significant doc updates:
 - inherit comments where appropriate
 - ensure runtime exception comments inherited (overriding as needed)
 - consistent descriptions
 - introduce head and tail terminology

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 22:51:51 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
Improve cancellation support; PBQs now use fair locks

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 00:46:34 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Locks in subpackage; fairness params added

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Jul 1 16:29:52 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.6: +13 -1 lines
Diff to previous 1.6
Misc minor tunings

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 14:34:48 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.5: +4 -2 lines
Diff to previous 1.5
Added missing javadoc tags; minor reformatting

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Jun 22 21:47:17 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.4: +234 -9 lines
Diff to previous 1.4
Split ArrayBlockingQueue and PriorityBlockingQueue to no longer subclass AbstractBlockingQueueFromQueue

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 16:53:05 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.3: +4 -5 lines
Diff to previous 1.3
Minor doc updates; FairReentrantLock serialize now

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu May 29 13:49:24 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Please the new generics compiler

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:40 2003 UTC (21 years ago) by dl
Branch: MAIN
Changes since 1.1: +58 -54 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:47 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_DEC9_PRE_ES_SUBMIT: (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