ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentLinkedQueue.java
Revision 1.21 - (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.20: +1 -1 lines
Diff to previous 1.20
Changed doc strings for generic params

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

Revision 1.19 - (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.18: +2 -2 lines
Diff to previous 1.18
Spellcheck

Revision 1.18 - (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.17: +4 -0 lines
Diff to previous 1.17
Proofreading pass -- many minor adjustments

Revision 1.17 - (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.16: +17 -34 lines
Diff to previous 1.16
Adapt AbstractQueue changes; Conditionalize CancellableTask.reset; new TimeUnit methods

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 15:06:24 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.15: +4 -2 lines
Diff to previous 1.15
Serialization fixes

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 14:00:25 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
Fix javadoc typos

Revision 1.14 - (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.13: +1 -0 lines
Diff to previous 1.13
serialVersionUIDs

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Aug 20 14:49:25 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.12: +44 -1 lines
Diff to previous 1.12
AtomicLinkedNode now an inner class of Concurrentlinkedqueue

Revision 1.12 - (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.11: +5 -10 lines
Diff to previous 1.11
Scrunched catch, finally, else clauses.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 19:04:55 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
More DocCheck fixes.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 18:42:49 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Fixes to minor errors found by DocCheck, includes stray Locks reference removal

Revision 1.9 - (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.8: +5 -0 lines
Diff to previous 1.8
Clarify iterator semantics

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 10:28:23 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.7: +5 -2 lines
Diff to previous 1.7
Fixed SQ signatures; Fix CLQ.size

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: +37 -7 lines
Diff to previous 1.6
Final major updates to Collection related classes.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 07:00:58 2003 UTC (20 years, 10 months ago) by dholmes
Branch: MAIN
Changes since 1.5: +51 -25 lines
Diff to previous 1.5
Brought in to line with doc updates on other queue implementations.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 00:37:41 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.4: +10 -2 lines
Diff to previous 1.4
Kill old JSR166Support

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Aug 4 12:46:34 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Pass 1 of 1.5.0 changes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 16:46:39 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
Fix unchecked calls to raw type

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 15:25:02 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.1: +28 -28 lines
Diff to previous 1.1
Collection constructor takes Collection<? extends E>

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 10:47:35 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Added "Concurrent" prefixes

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