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

Comparing jsr166/src/main/java/util/Sorted.java (file contents):
Revision 1.3 by brian, Mon Jun 23 02:26:15 2003 UTC vs.
Revision 1.4 by dl, Tue Jun 24 14:34:30 2003 UTC

# Line 5 | Line 5
5   * indicate that their elements or mappings are stored in sorted
6   * order.  This allows consumers of collections to determine if the collection
7   * is sorted, and if so, retrieve the sort comparator.
8 + * @since 1.5
9 + * @author Josh Bloch
10   */
11  
12   public interface Sorted {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines