ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ArrayBlockingQueue.java
Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 12:08:29 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
Removed unnecessary cast

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

Revision 1.32 - (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.31: +1 -0 lines
Diff to previous 1.31
Added docs for type params

Revision 1.31 - (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.30: +2 -2 lines
Diff to previous 1.30
Redeclare some Conditions as ReentrantLock.ConditionObjects

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

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 11:37:10 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Spellcheck

Revision 1.28 - (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.27: +13 -0 lines
Diff to previous 1.27
Fix some javadoc inconsistencies

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Sep 15 06:20:12 2003 UTC (20 years, 8 months ago) by dholmes
Branch: MAIN
Changes since 1.26: +3 -16 lines
Diff to previous 1.26
Restored references to insertion at tail.
Removed duplicate @param and @return comments in overriding methods.

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

Revision 1.25 - (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.24: +31 -59 lines
Diff to previous 1.24
Adapt AbstractQueue changes; Conditionalize CancellableTask.reset; new TimeUnit methods

Revision 1.24 - (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.23: +1 -0 lines
Diff to previous 1.23
serialVersionUIDs

Revision 1.23 - (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.22: +24 -48 lines
Diff to previous 1.22
Scrunched catch, finally, else clauses.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 11:11:49 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.21: +5 -0 lines
Diff to previous 1.21
Clarify iterator semantics

Revision 1.21 - (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.20: +51 -26 lines
Diff to previous 1.20
Final major updates to Collection related classes.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Aug 4 16:14:48 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
Make atomics emulation classes match the main atomics.
Fix docs for atomics (both in main and emulation).
Restored more specific iterator types in both blocking queue impls.
Fix unchecked cast warning in PQ.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Aug 4 12:16:31 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Change to raw types in iterator to please compiler

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Aug 4 01:58:13 2003 UTC (20 years, 10 months ago) by dholmes
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
Fixed wildcards

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 15:47:42 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.16: +5 -5 lines
Diff to previous 1.16
Fix unchecked call

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 07:18:02 2003 UTC (20 years, 10 months ago) by dholmes
Branch: MAIN
Changes since 1.15: +35 -3 lines
Diff to previous 1.15
Continued updates to explicit and inherited doc comments.
Consistency over remove(null)
Some inherited doc is still not right.

Revision 1.15 - (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.14: +21 -21 lines
Diff to previous 1.14
Added addAll() back in.

Revision 1.14 - (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.13: +6 -6 lines
Diff to previous 1.13
Commented out BlockingQueue.addAll; changed a few signatures to please 2.2 compiler

Revision 1.13 - (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.12: +162 -143 lines
Diff to previous 1.12
Significant doc updates:
 - inherit comments where appropriate
 - ensure runtime exception comments inherited (overriding as needed)
 - consistent descriptions
 - introduce head and tail terminology

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Jul 26 13:17:51 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.11: +39 -39 lines
Diff to previous 1.11
Default compiler is now 2.2-ea. Some sources are not compatible with 2.0-ea.

Revision 1.11 - (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.10: +31 -34 lines
Diff to previous 1.10
Locks in subpackage; fairness params added

Revision 1.10 - (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.9: +2 -1 lines
Diff to previous 1.9
Misc minor tunings

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 14:11:31 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.8: +31 -21 lines
Diff to previous 1.8
Fixed Iterator.remove

Revision 1.8 - (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.7: +35 -68 lines
Diff to previous 1.7
Added missing javadoc tags; minor reformatting

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 23 02:26:16 2003 UTC (20 years, 11 months ago) by brian
Branch: MAIN
Changes since 1.6: +119 -11 lines
Diff to previous 1.6
Partial javadoc pass

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jun 22 23:51:37 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.5: +10 -0 lines
Diff to previous 1.5
Added synched toString()

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: +442 -212 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:04 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.3: +6 -1 lines
Diff to previous 1.3
Minor doc updates; FairReentrantLock serialize now

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jun 1 13:22:37 2003 UTC (21 years ago) by dl
Branch: MAIN
Changes since 1.2: +1 -3 lines
Diff to previous 1.2
Fixed bad conditional

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:39 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.1: +278 -58 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:45 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_NOV3_FREEZE: (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