ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/Queue.java
Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 13:38:29 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT, 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:27 2003 UTC (20 years, 6 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]
Mon Sep 15 12:02:23 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Fix some javadoc inconsistencies

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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 15:38:26 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.16: +20 -23 lines
Diff to previous 1.16
AbstractQueue revisions for sake of producing better javadoc

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Aug 30 11:40:04 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.15: +8 -0 lines
Diff to previous 1.15
Improve PQ.remove; mention that Queues don't usually define equals, hashCode

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 01:57:53 2003 UTC (20 years, 9 months ago) by dholmes
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Final major updates to Collection related classes.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 06:37:38 2003 UTC (20 years, 9 months ago) by dholmes
Branch: MAIN
Changes since 1.13: +5 -5 lines
Diff to previous 1.13
Fixed tense of summary statements (Adds rather than add etc)

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Aug 4 01:54:13 2003 UTC (20 years, 9 months ago) by dholmes
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12
Removed types from method cross-references - simplifies things when
generics are concerned.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 19:34:05 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
doccheck target now working with new version 1.2b2

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 19:49:42 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
Fix broken doc links

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 19:53:49 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.8: +10 -10 lines
Diff to previous 1.8
Removed "throws NoSuchElementException" from signatures.

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 14:34:30 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.6: +23 -20 lines
Diff to previous 1.6
Added missing javadoc tags; minor reformatting

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Jun 8 00:44:20 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
Incorporated typo corrections from Josh

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 18:31:00 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.3: +6 -6 lines
Diff to previous 1.3
Documentation fixups

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:20:06 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.2: +9 -3 lines
Diff to previous 1.2
re-checkin initial implementations

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun May 18 18:10:02 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.1: +83 -57 lines
Diff to previous 1.1
Copied Queue, AbstractQueue, and PriorityQueue from src/dl,
fixed some type parameterization, and added some basic tests.
Added control for -warnunchecked in user properties file.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed May 14 21:30:45 2003 UTC (20 years, 11 months 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