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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java (file contents):
Revision 1.37 by dl, Sun Jun 26 00:11:18 2005 UTC vs.
Revision 1.38 by jsr166, Mon Jul 18 01:16:25 2005 UTC

# Line 2240 | Line 2240 | public class ConcurrentSkipListMap<K,V>
2240      }
2241  
2242      /**
2243     * {@inheritDoc}
2244     *
2243       * @throws ClassCastException       {@inheritDoc}
2244       * @throws NullPointerException if <tt>fromKey</tt> or <tt>toKey</tt> is null
2245       * @throws IllegalArgumentException {@inheritDoc}
# Line 2251 | Line 2249 | public class ConcurrentSkipListMap<K,V>
2249      }
2250  
2251      /**
2254     * {@inheritDoc}
2255     *
2252       * @throws ClassCastException       {@inheritDoc}
2253       * @throws NullPointerException if <tt>toKey</tt> is null
2254       * @throws IllegalArgumentException {@inheritDoc}
# Line 2262 | Line 2258 | public class ConcurrentSkipListMap<K,V>
2258      }
2259  
2260      /**
2265     * {@inheritDoc}
2266     *
2261       * @throws ClassCastException       {@inheritDoc}
2262       * @throws NullPointerException if <tt>fromKey</tt> is null
2263       * @throws IllegalArgumentException {@inheritDoc}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines