ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/extra166y/package-info.java
Revision: 1.1
Committed: Tue Jan 6 14:30:58 2009 UTC (15 years, 3 months ago) by dl
Branch: MAIN
Log Message:
Repackaged parallel collection classes

File Contents

# Content
1 /*
2 * Written by Doug Lea with assistance from members of JCP JSR-166
3 * Expert Group and released to the public domain, as explained at
4 * http://creativecommons.org/licenses/publicdomain
5 */
6
7
8 /**
9 * Collections supporting parallel operations.
10 */
11 package extra166y;