Log of /jsr166/src/main/java/util/concurrent/ArrayBlockingQueue.java
Parent Directory
Revision
1.45 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 2 23:49:06 2004 UTC (5 years, 5 months ago) by
dl
Branch:
MAIN
Changes since
1.44: +1 -1 lines
Diff to
previous 1.44
CopyOnWriteArraySet and ConcurrentHashMap no longer implement Cloneable
Improve javadoc wording in other classes
Revision
1.44 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 27 11:06:11 2004 UTC (5 years, 5 months ago) by
dl
Branch:
MAIN
Changes since
1.43: +9 -2 lines
Diff to
previous 1.43
Override javadoc specs when overriding AbstractQueue implementations
Clarify atomicity in BlockingQueue
Revision
1.36 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 23 19:38:09 2003 UTC (5 years, 11 months ago) by
dl
Branch:
MAIN
Changes since
1.35: +49 -99 lines
Diff to
previous 1.35
cache finals across volatiles; avoid readResolve; doc improvments; timed invokeAll interleaves
Revision
1.27 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 15 06:20:12 2003 UTC (6 years, 2 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.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 12 15:40:10 2003 UTC (6 years, 2 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.20 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 4 16:14:48 2003 UTC (6 years, 3 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.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 31 07:18:02 2003 UTC (6 years, 3 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.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 28 09:40:14 2003 UTC (6 years, 3 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 (6 years, 3 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.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 22 21:47:17 2003 UTC (6 years, 5 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.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 14 21:30:45 2003 UTC (6 years, 6 months ago) by
tim
Branch:
MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test
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.