ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/ArrayDeque.java
Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Fri Aug 30 18:05:38 2019 UTC (4 years, 8 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.137: +3 -0 lines
Diff to previous 1.137
accommodate 8229997: Apply java.io.Serial annotations in java.base

Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 17:37:30 2018 UTC (5 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.136: +1 -2 lines
Diff to previous 1.136
reduce upstream diff for @since TBD replaceAll

Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 16:27:28 2018 UTC (5 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.135: +2 -2 lines
Diff to previous 1.135
Add portability layer for new location of SharedSecrets in JDK-8211122

Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Mon Oct 1 00:10:52 2018 UTC (5 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.134: +1 -1 lines
Diff to previous 1.134
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot references in javadoc with upstream

Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Sat Jun 30 22:35:55 2018 UTC (5 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.133: +1 -1 lines
Diff to previous 1.133
8206123: ArrayDeque created with default constructor can only hold 15 elements

Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Sat Feb 24 22:04:18 2018 UTC (6 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.132: +6 -2 lines
Diff to previous 1.132
new ArrayDeque(coll) should only call coll.size() once

Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Sun Oct 22 17:44:02 2017 UTC (6 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.131: +2 -0 lines
Diff to previous 1.131
sync 8174109: Better queuing priorities

Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Wed Aug 23 22:41:49 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.130: +4 -4 lines
Diff to previous 1.130
Never overload public methods with private ones, so rename add => inc

Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Wed May 31 22:54:47 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.129: +1 -1 lines
Diff to previous 1.129
typo

Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Wed May 31 19:01:08 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.128: +1 -2 lines
Diff to previous 1.128
whitespace

Revision 1.128 - (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.127: +1 -1 lines
Diff to previous 1.127
8177789: fix collections framework links to point to java.util package doc

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

Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Thu Dec 8 04:58:50 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.125: +3 -0 lines
Diff to previous 1.125
add javadoc for @inheritDoc

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Sun Dec 4 23:42:56 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.124: +10 -7 lines
Diff to previous 1.124
improve grow, circularClear

Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Mon Nov 28 02:52:36 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.123: +5 -3 lines
Diff to previous 1.123
fix AIOOBE in parallelStream

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Sat Nov 26 14:16:18 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.122: +1 -2 lines
Diff to previous 1.122
code golf

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Sat Nov 26 14:13:32 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.121: +1 -2 lines
Diff to previous 1.121
code golf

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Mon Nov 21 15:30:44 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.120: +7 -6 lines
Diff to previous 1.120
tryAdvance: yet another code sequence; gives us 20% on IteratorMicroBenchmark

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Sun Nov 20 15:49:25 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.119: +1 -0 lines
Diff to previous 1.119
add implementation comment

Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Sun Nov 20 08:30:56 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.118: +6 -7 lines
Diff to previous 1.118
slightly cleaner code

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Sun Nov 20 07:24:11 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.117: +7 -7 lines
Diff to previous 1.117
slightly clearer code

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Sun Nov 20 06:42:41 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116
slightly clearer code

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Fri Nov 18 16:45:26 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.115: +1 -1 lines
Diff to previous 1.115
use Remi's rule: use a method reference if you can and a lambda otherwise

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Fri Nov 18 03:48:28 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.114: +2 -3 lines
Diff to previous 1.114
revert overkill optimization without benchmark support

Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Fri Nov 18 03:22:20 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.113: +25 -15 lines
Diff to previous 1.113
fix behavior with huge capacities; add more explanations

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Sun Nov 13 02:10:09 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.112: +48 -31 lines
Diff to previous 1.112
Tolerate reentrant read access in removeIf

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Tue Nov 8 18:23:10 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.111: +1 -1 lines
Diff to previous 1.111
prefer local to field access

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Sun Nov 6 22:15:01 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.110: +1 -1 lines
Diff to previous 1.110
elide parens in unary lambdas

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Sat Nov 5 17:45:44 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.109: +3 -2 lines
Diff to previous 1.109
prefer > in descending loops to appease hotspot JIT; improves IteratorMicroBenchmark:ArrayDeque.descendingIterator().forEachRemaining()

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Sat Nov 5 16:21:06 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.108: +1 -9 lines
Diff to previous 1.108
inline last() into its only remaining caller

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Sat Nov 5 14:41:14 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.107: +3 -3 lines
Diff to previous 1.107
loop down to head instead of head - 1

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Sat Nov 5 05:12:14 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.106: +3 -3 lines
Diff to previous 1.106
removeLastOccurrence: fix off-by-one

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Sat Nov 5 00:25:44 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.105: +268 -273 lines
Diff to previous 1.105
switch back to head/tail instead of head/size

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Tue Nov 1 21:42:45 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.104: +6 -9 lines
Diff to previous 1.104
grow() should return elements array

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Mon Oct 31 21:15:35 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.103: +60 -22 lines
Diff to previous 1.103
optimize removeIf, especially for no modifications

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Mon Oct 31 16:28:32 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.102: +7 -7 lines
Diff to previous 1.102
tweak todo loops

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 20:10:34 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.101: +6 -6 lines
Diff to previous 1.101
toArray: slightly more elegant

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 19:34:36 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.100: +6 -5 lines
Diff to previous 1.100
toArray: use new todo == 0 fancy loop

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 16:50:05 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.99: +7 -7 lines
Diff to previous 1.99
rename clearSlice -> circularClear

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 16:32:40 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.98: +81 -86 lines
Diff to previous 1.98
Rename local variable elements -> es and other minor changes

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 22:47:55 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.97: +11 -15 lines
Diff to previous 1.97
null actions should throw NPE even when nothing to do

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 21:10:34 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.96: +6 -6 lines
Diff to previous 1.96
don't reuse field names for parameter names

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 21:04:52 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.95: +6 -6 lines
Diff to previous 1.95
don't reuse field names for parameter names

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 19:10:27 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.94: +14 -14 lines
Diff to previous 1.94
only shadow fields with final locals

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Thu Oct 27 18:46:23 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.93: +8 -8 lines
Diff to previous 1.93
loop variable fiddling

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Thu Oct 27 02:12:21 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92
a wee bit more code compacting

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Wed Oct 26 21:19:22 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.91: +43 -49 lines
Diff to previous 1.91
code compaction

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Tue Oct 25 16:51:17 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.90: +24 -17 lines
Diff to previous 1.90
use <= 0 instead of == 0 to help VM

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Tue Oct 25 03:13:56 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.89: +38 -38 lines
Diff to previous 1.89
rename some locals

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Mon Oct 24 23:40:56 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.88: +176 -111 lines
Diff to previous 1.88
optimization pass, especially for bulk operations

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Mon Oct 24 16:01:25 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.87: +1 -1 lines
Diff to previous 1.87
make elementAt private

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Sun Oct 23 23:38:09 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.86: +5 -19 lines
Diff to previous 1.86
addAll should use c.forEach

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Sun Oct 23 22:30:20 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.85: +34 -24 lines
Diff to previous 1.85
fix toArray integer overflow

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Sun Oct 23 19:30:54 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.84: +1 -1 lines
Diff to previous 1.84
fix bug when c.toArray().getClass() != Object[].class

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Sun Oct 23 16:08:46 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +6 -6 lines
Diff to previous 1.83
rename local x -> e

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Sun Oct 23 00:28:41 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82
fix placement of checkInvariants()

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Sat Oct 22 19:42:42 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.81: +26 -10 lines
Diff to previous 1.81
slowpaths for addFirst, addLast

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sat Oct 22 18:16:56 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.80: +31 -21 lines
Diff to previous 1.80
avoid bimorphic call in Iterator.forEachRemaining

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Thu Oct 20 01:43:31 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.79: +7 -3 lines
Diff to previous 1.79
switch future methods to @since TBD

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Tue Oct 18 20:32:55 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.78: +24 -28 lines
Diff to previous 1.78
no new public methods in jdk 9

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Tue Oct 18 17:31:18 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.77: +4 -3 lines
Diff to previous 1.77
removeIf: elide unnecessary tail copy

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Tue Oct 18 00:33:05 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +15 -14 lines
Diff to previous 1.76
forEachRemaining should consume all remaining elements even when action fails

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Mon Oct 17 23:49:00 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.75: +22 -8 lines
Diff to previous 1.75
ArrayDeque#spliterator is late-binding

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Mon Oct 17 21:56:25 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.74: +487 -328 lines
Diff to previous 1.74
JDK-8167202: ArrayDeque improvements

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Wed Aug 24 21:46:18 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.73: +1 -1 lines
Diff to previous 1.73
use standard javadoc at-clause order

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sun Oct 11 00:50:06 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.72: +1 -1 lines
Diff to previous 1.72
javadoc first sentence

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Wed Sep 30 21:05:33 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71
use concrete return types for trySplit methods to help VM

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 02:53:40 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +1 -1 lines
Diff to previous 1.70
kill another bridge method

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 19:53:11 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69
whitespace

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Fri Sep 18 02:06:44 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.68: +13 -0 lines
Diff to previous 1.68
merge upstream changes

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Thu Sep 17 14:27:56 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.67: +14 -0 lines
Diff to previous 1.67
merge upstream changes

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Thu Sep 10 00:05:48 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.66: +1 -1 lines
Diff to previous 1.66
use diamond

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 22:16:45 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.65: +4 -2 lines
Diff to previous 1.65
35-bytecode golf

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 20:35:47 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.64: +8 -8 lines
Diff to previous 1.64
tighter bytecode

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Mon Feb 23 19:54:04 2015 UTC (9 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63
Use local variable

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 18:55:39 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +1 -1 lines
Diff to previous 1.62
standardize code sample idiom: * <pre> {@code

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 09:37:19 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +0 -1 lines
Diff to previous 1.61
remove unused/redundant imports

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 07:54:13 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +1 -0 lines
Diff to previous 1.60
standardize import statement order

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

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 18:06:50 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +10 -16 lines
Diff to previous 1.58
save a few bytes of bytecode

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 17:44:51 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +19 -19 lines
Diff to previous 1.57
save a few bytes of bytecode

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 18:21:22 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +4 -0 lines
Diff to previous 1.56
javadoc warning fixes: add serialization method @throws

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 17:48:28 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +2 -0 lines
Diff to previous 1.55
javadoc warning fixes: add serialization method @param

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Thu May 2 06:02:17 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.54: +0 -1 lines
Diff to previous 1.54
port to latest lambda

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Wed Mar 27 23:09:34 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.53: +1 -1 lines
Diff to previous 1.53
conform to updated lambda Spliterator

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Wed Mar 13 12:38:56 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.52: +2 -10 lines
Diff to previous 1.52
Synch with lambda Spliterator API

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Tue Feb 26 17:28:00 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +5 -5 lines
Diff to previous 1.51
promote comments to actual javadoc

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Wed Feb 20 12:39:06 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +11 -9 lines
Diff to previous 1.50
sync javadoc

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Feb 20 12:32:01 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +24 -26 lines
Diff to previous 1.49
optimize toArray methods

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Feb 18 03:10:15 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
javadoc style

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Mon Feb 18 01:30:23 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47
whitespace

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 23:36:16 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.46: +45 -33 lines
Diff to previous 1.46
Spliterator sync

Revision 1.46 - (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.45: +1 -1 lines
Diff to previous 1.45
javadoc link readability

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 01:02:25 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44
Use new java.util.function names

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 19:28:04 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.43: +15 -76 lines
Diff to previous 1.43
Spliterators

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 21:25:33 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +4 -4 lines
Diff to previous 1.42
<tt> -> {@code

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 21:18:50 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
whitespace

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 15:06:10 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.40: +158 -17 lines
Diff to previous 1.40
lambda-lib support

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Feb 26 22:43:03 2012 UTC (12 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +45 -43 lines
Diff to previous 1.39
<tt> -> @code

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Feb 21 01:54:03 2012 UTC (12 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
use third person in javadoc first sentence

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 20:53:11 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +2 -5 lines
Diff to previous 1.37
uniform serialization method javadocs

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 04:37:55 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +10 -5 lines
Diff to previous 1.36
@SuppressWarnings on its own line of code

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 15:51:56 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +0 -1 lines
Diff to previous 1.35
whitespace

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 15:47:22 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +4 -5 lines
Diff to previous 1.34
avoid introducing locals just for warning suppression

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 20:58:50 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +29 -21 lines
Diff to previous 1.33
fix javac warnings

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 00:20:44 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +1 -2 lines
Diff to previous 1.32
consistent style for code snippets

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 00:21:52 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +5 -5 lines
Diff to previous 1.31
consistent style for serialization methods

Revision 1.31 - (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.30: +1 -1 lines
Diff to previous 1.30
Update Creative Commons license URL in legal notices

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:47:55 2008 UTC (15 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +48 -48 lines
Diff to previous 1.29
Sync with OpenJDK; untabify

Revision 1.29 - (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.28: +1 -1 lines
Diff to previous 1.28
Location of Collections Guide has changed

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Mar 3 17:12:43 2006 UTC (18 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +1 -3 lines
Diff to previous 1.27
6359954: More opportunities to use Arrays.copyOf

Revision 1.27 - (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.26: +0 -1 lines
Diff to previous 1.26
6378729: Remove workaround for 6280605

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Sep 19 13:42:19 2005 UTC (18 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +18 -19 lines
Diff to previous 1.25
iterator cleanup

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Sep 17 17:22:17 2005 UTC (18 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +9 -2 lines
Diff to previous 1.24
checkInvariants

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Sep 17 13:21:19 2005 UTC (18 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.23: +0 -35 lines
Diff to previous 1.23
Delete old delete

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Sep 17 12:50:34 2005 UTC (18 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.22: +38 -0 lines
Diff to previous 1.22
Faster delete, continued

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Sep 16 23:59:27 2005 UTC (18 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
Faster delete, continued

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Sep 16 23:17:05 2005 UTC (18 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Fater delete, continued

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Sep 16 23:11:13 2005 UTC (18 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.19: +26 -14 lines
Diff to previous 1.19
Faster delete

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Sep 16 11:15:41 2005 UTC (18 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.18: +2 -6 lines
Diff to previous 1.18
Incorporate review suggestions

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Sep 16 04:41:04 2005 UTC (18 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +4 -12 lines
Diff to previous 1.17
doc fixes

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Sep 15 16:55:24 2005 UTC (18 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.16: +15 -15 lines
Diff to previous 1.16
Fix/Clarify descendingIterator

Revision 1.16 - (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.15: +51 -0 lines
Diff to previous 1.15
Add Deque.descendingIterator

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: +9 -8 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: +3 -1 lines
Diff to previous 1.13
doc fixes

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

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 06:36:47 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +3 -0 lines
Diff to previous 1.10
toArray

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

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

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon May 2 04:19:58 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.7: +9 -9 lines
Diff to previous 1.7
doc fixes

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 19:54:03 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.6: +11 -9 lines
Diff to previous 1.6
doc fixes

Revision 1.6 - (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.5: +4 -4 lines
Diff to previous 1.5
Documentation improvements

Revision 1.5 - (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.4: +34 -30 lines
Diff to previous 1.4
Repair typos and minor doc improvements

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 19:07:39 2005 UTC (19 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Copyedit pass

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 17:52:02 2005 UTC (19 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Copyedit pass

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 12:27:06 2005 UTC (19 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.1: +3 -3 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