ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/extra/ReadMostlyVector.java
Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 20:17:33 2015 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +1 -0 lines
Diff to previous 1.34
exactly one blank line before and after package statements

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Jan 14 18:52:56 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
remove javac [cast] warning

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 04:35:20 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
serialVersionUIDs should be private

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Nov 19 01:12:11 2012 UTC (11 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +0 -1 lines
Diff to previous 1.31
javadoc style

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 18:03:10 2012 UTC (11 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
normalize whitespace after <p>

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 16:27:47 2012 UTC (11 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
whitespace

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 16:23:28 2012 UTC (11 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +10 -10 lines
Diff to previous 1.28
whitespace

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 14:09:35 2012 UTC (11 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.27: +725 -728 lines
Diff to previous 1.27
Introduce StampedLock; move SequenceLock to extras

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 11:20:39 2012 UTC (11 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26
Invalidate iterators in both directions

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jul 4 20:13:53 2012 UTC (11 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +0 -1 lines
Diff to previous 1.25
trailing newlines

Revision 1.25 - (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.24: +1 -1 lines
Diff to previous 1.24
use third person in javadoc first sentence

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 23:13:10 2012 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
typo

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 22:50:51 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +20 -30 lines
Diff to previous 1.22
improve indexOf(Object, int) and lastIndexOf(Object, int)

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 21:16:14 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
bug fix for lastIndexOf(Object) - second try

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 19:26:24 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +5 -0 lines
Diff to previous 1.20
clarify invariants in read-only mode

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 18:48:47 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
bug fix for lastIndexOf(Object)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 06:21:46 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +6 -16 lines
Diff to previous 1.18
more concise version of firstElement and lastElement

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 05:50:22 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +3 -7 lines
Diff to previous 1.17
more concise version of get(int)

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 05:38:24 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +1 -22 lines
Diff to previous 1.16
indexOf(Object) should delegate to indexOf(Object,int)

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 05:35:16 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
bug fix for indexOf(Object, int)

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Dec 19 19:18:35 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
whitespace

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Dec 4 01:25:16 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +103 -115 lines
Diff to previous 1.13
javac warning removal

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Aug 5 17:08:04 2011 UTC (12 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
typos

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Jul 21 12:49:37 2011 UTC (12 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.11: +35 -31 lines
Diff to previous 1.11
Improve usage guidance and sample code

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Jul 20 20:29:33 2011 UTC (12 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.10: +36 -26 lines
Diff to previous 1.10
Add volatile to advice and sample code

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jul 19 12:16:06 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +11 -11 lines
Diff to previous 1.9
fix javac 7 rawtypes warnings

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jul 19 12:05:09 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
<tt> => @code

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 15:24:08 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
whitespace

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 14:44:32 2011 UTC (12 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.6: +37 -34 lines
Diff to previous 1.6
Minor improvements

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jul 17 17:17:46 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
coding style

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jul 16 16:05:32 2011 UTC (12 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.4: +29 -1 lines
Diff to previous 1.4
Add snapshotIterator

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jul 16 15:05:04 2011 UTC (12 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.3: +67 -55 lines
Diff to previous 1.3
Various improvements

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Jul 16 14:56:30 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +11 -11 lines
Diff to previous 1.2
whitespace

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Jul 16 13:20:35 2011 UTC (12 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.1: +313 -257 lines
Diff to previous 1.1
Various improvements

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jul 15 23:56:18 2011 UTC (12 years, 10 months ago) by dl
Branch: MAIN
Initial check-in

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