Parent Directory
|
Revision Log
|
Patch
| revision 1.18, Sun Oct 17 11:45:00 2004 UTC | revision 1.19, Sun Nov 21 01:40:32 2004 UTC | |
|---|---|---|
| # | Line 10 | Line 10 |
| 10 | by <a href="http://gee.cs.oswego.edu/dl">Doug Lea</a> | by <a href="http://gee.cs.oswego.edu/dl">Doug Lea</a> |
| 11 | <p> | <p> |
| 12 | ||
| 13 | This is the updated JSR166 specification. For further information, go | This is maintenance repository of JSR166 specifications. For further |
| 14 | to: <A | information, go to: <A |
| 15 | HREF="http://altair.cs.oswego.edu/mailman/listinfo/concurrency-interest"> | HREF="http://altair.cs.oswego.edu/mailman/listinfo/concurrency-interest"> |
| 16 | http://altair.cs.oswego.edu/mailman/listinfo/concurrency-interest</A>. | http://altair.cs.oswego.edu/mailman/listinfo/concurrency-interest</A>. |
| 17 | ||
| 18 | <p><em>Note: The javadocs here includes some existing java.util | <p><em>Note: The javadocs here do <em>not</em> include pre-existing |
| 19 | Collection interfaces and classes that are not part of the JSR-166 | java classes (for example <tt>java.lang.Thread</tt>) that were changed |
| 20 | spec, but are included because JSR-166 methods implement or inherit | as part of the JSR166 spec. On the other hand, the javadocs here so |
| 21 | from their specifications.</em> | include some existing java.util Collection interfaces and classes that |
| 22 | are not part of the spec, but are included because some new methods | |
| 23 | implement or inherit from their specifications. | |
| 24 | </em> | |
| 25 | ||
| 26 | <p> JSR-166 introduces package <tt>java.util.concurrent</tt> | <p> JSR-166 introduces package <tt>java.util.concurrent</tt> |
| 27 | containing utility classes commonly useful in concurrent | containing utility classes commonly useful in concurrent |
|
||||||||
| Doug Lea | ViewVC Help |
| Powered by ViewVC 1.0.8 |