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.135 by jsr166, Tue Oct 22 15:21:30 2013 UTC vs.
Revision 1.136 by jsr166, Sun Mar 16 03:31:26 2014 UTC

# Line 2650 | Line 2650 | public class ConcurrentSkipListMap<K,V>
2650          }
2651  
2652          /**
2653 <         * Returns lowest absolute key (ignoring directonality).
2653 >         * Returns lowest absolute key (ignoring directionality).
2654           */
2655          K lowestKey() {
2656              Comparator<? super K> cmp = m.comparator;
# Line 2662 | Line 2662 | public class ConcurrentSkipListMap<K,V>
2662          }
2663  
2664          /**
2665 <         * Returns highest absolute key (ignoring directonality).
2665 >         * Returns highest absolute key (ignoring directionality).
2666           */
2667          K highestKey() {
2668              Comparator<? super K> cmp = m.comparator;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines