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

Comparing jsr166/src/jsr166x/ConcurrentSkipListMap.java (file contents):
Revision 1.17 by jsr166, Tue Feb 21 01:54:03 2012 UTC vs.
Revision 1.18 by jsr166, Tue Feb 21 01:54:59 2012 UTC

# Line 710 | Line 710 | public class ConcurrentSkipListMap<K,V>
710      /**
711       * Returns true if given key greater than or equal to least and
712       * strictly less than fence, bypassing either test if least or
713 <     * fence oare null. Needed mainly in submap operations.
713 >     * fence are null. Needed mainly in submap operations.
714       */
715      boolean inHalfOpenRange(K key, K least, K fence) {
716          if (key == null)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines