ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentSkipListSet.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ConcurrentSkipListSet.java (file contents):
Revision 1.11 by jsr166, Tue May 17 22:03:55 2005 UTC vs.
Revision 1.12 by jsr166, Sat May 21 02:58:23 2005 UTC

# Line 149 | Line 149 | public class ConcurrentSkipListSet<E>
149       * will be inaccurate. Thus, this method is typically not very
150       * useful in concurrent applications.
151       *
152 <     * @return  the number of elements in this set
152 >     * @return the number of elements in this set
153       */
154      public int size() {
155          return m.size();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines