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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentNavigableMap.java (file contents):
Revision 1.5 by dl, Sun Jun 26 00:10:58 2005 UTC vs.
Revision 1.6 by jsr166, Mon Jul 18 01:06:22 2005 UTC

# Line 5 | Line 5
5   */
6  
7   package java.util.concurrent;
8 + import java.util.concurrent.*; // for javadoc (till 6280605 is fixed)
9   import java.util.*;
10  
11   /**
# Line 49 | Line 50 | public interface ConcurrentNavigableMap<
50       * Equivalent to {@link #navigableSubMap}.
51       *
52       * <p>{@inheritDoc}
53 +     *
54       * @throws ClassCastException       {@inheritDoc}
55       * @throws NullPointerException     {@inheritDoc}
56       * @throws IllegalArgumentException {@inheritDoc}
# Line 59 | Line 61 | public interface ConcurrentNavigableMap<
61       * Equivalent to {@link #navigableHeadMap}.
62       *
63       * <p>{@inheritDoc}
64 +     *
65       * @throws ClassCastException       {@inheritDoc}
66       * @throws NullPointerException     {@inheritDoc}
67       * @throws IllegalArgumentException {@inheritDoc}
# Line 69 | Line 72 | public interface ConcurrentNavigableMap<
72       * Equivalent to {@link #navigableTailMap}.
73       *
74       * <p>{@inheritDoc}
75 +     *
76       * @throws ClassCastException       {@inheritDoc}
77       * @throws NullPointerException     {@inheritDoc}
78       * @throws IllegalArgumentException {@inheritDoc}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines