ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/Deque.java
Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Oct 1 00:10:53 2018 UTC (5 years, 6 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.41: +9 -9 lines
Diff to previous 1.41
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot references in javadoc with upstream

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 00:03:34 2018 UTC (6 years ago) by jsr166
Branch: MAIN
Changes since 1.40: +3 -3 lines
Diff to previous 1.40
8200728: Docs (Comparison of Stack and Deque methods) for Deque is not correct

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Wed Aug 23 20:17:53 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +38 -27 lines
Diff to previous 1.39
8186466: Fix accessibility and other minor issues in java.base

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed May 31 19:02:33 2017 UTC (6 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +25 -0 lines
Diff to previous 1.38
add spec for addAll to Deque interface

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sat May 13 19:51:48 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37
8179592: Update tables in java.base to be HTML 5-friendly

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sat May 6 06:55:50 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +10 -10 lines
Diff to previous 1.36
8179367: update use of align, valign attributes in java.base to use style attribute

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sat May 6 06:49:45 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35
8177789: fix collections framework links to point to java.util package doc

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 23:45:50 2017 UTC (7 years ago) by jsr166
Branch: MAIN
Changes since 1.34: +32 -32 lines
Diff to previous 1.34
Redo @link and @linkplain; one @link was pointing to the wrong poll method

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 15:27:58 2016 UTC (8 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
JDK-8152433: Typo in interface Deque javadocs

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Wed Sep 30 00:03:02 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +8 -8 lines
Diff to previous 1.32
fix all the (optional) broken links using -Xdocrootparent hack

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 02:01:55 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +16 -12 lines
Diff to previous 1.31
merge upstream changes

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 22:40:51 2014 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
consistent use of redundant public modifier in interfaces

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 05:48:28 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
this collection => this XXX

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 18:46:47 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +4 -8 lines
Diff to previous 1.28
use Objects.equals in javadoc

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 23:23:05 2013 UTC (10 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +0 -3 lines
Diff to previous 1.27
Fix all occurrences of javac8 warning: empty <p> tag

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Aug 2 22:47:35 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +17 -13 lines
Diff to previous 1.26
add links for "(optional)"

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Jul 20 18:00:11 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.25: +12 -12 lines
Diff to previous 1.25
Placate doclint

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu May 2 06:38:33 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +9 -8 lines
Diff to previous 1.24
fix up exception spec javadoc for deque methods

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 17:27:45 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +3 -0 lines
Diff to previous 1.23
add <caption> tags to all tables

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 07:42:43 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
javadoc link readability

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 01:59:47 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +52 -52 lines
Diff to previous 1.21
<tt> -> {@code

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 06:40:20 2012 UTC (11 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +0 -1 lines
Diff to previous 1.20
no blank line between javadoc and corresponding code

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:02 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Update Creative Commons license URL in legal notices

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun May 28 23:36:29 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Location of Collections Guide has changed

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 20:54:24 2006 UTC (18 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +0 -1 lines
Diff to previous 1.17
6378729: Remove workaround for 6280605

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Sep 14 23:49:59 2005 UTC (18 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.16: +11 -0 lines
Diff to previous 1.16
Add Deque.descendingIterator

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Aug 11 16:19:27 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
whitespace

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 19:14:17 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +13 -12 lines
Diff to previous 1.14
doc fixes

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Jun 18 01:56:01 2005 UTC (18 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +4 -1 lines
Diff to previous 1.13
doc fixes

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed May 18 03:45:35 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
whitespace

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue May 17 16:14:34 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +6 -6 lines
Diff to previous 1.11
doc fixes

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue May 17 16:00:48 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
doc fixes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue May 17 07:29:01 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
doc fixes

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon May 16 04:58:20 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +29 -26 lines
Diff to previous 1.8
doc fixes

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat May 14 02:22:28 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +232 -148 lines
Diff to previous 1.7
doc fixes

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon May 2 17:34:02 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +6 -3 lines
Diff to previous 1.6
<p> before <table>

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon May 2 04:19:58 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
doc fixes

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Apr 29 02:00:39 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.4: +23 -25 lines
Diff to previous 1.4
doc fixes

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 16:48:32 2005 UTC (19 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.3: +8 -6 lines
Diff to previous 1.3
Documentation improvements

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 01:29:00 2005 UTC (19 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.2: +25 -24 lines
Diff to previous 1.2
Repair typos and minor doc improvements

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 12:27:06 2005 UTC (19 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
Copyedit pass

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 12:14:07 2004 UTC (19 years, 4 months ago) by dl
Branch: MAIN
Prepare jsr166x classes for Mustang integration

Convenience Links

Links to HEAD: (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