/[classpath]/classpath/java/util/Collections.java
ViewVC logotype

Diff of /classpath/java/util/Collections.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28.2.2 by tromey, Sun Aug 8 06:38:26 2004 UTC revision 1.28.2.3 by tromey, Sun Aug 8 06:44:29 2004 UTC
# Line 1038  public class Collections Line 1038  public class Collections
1038     * @see Comparable     * @see Comparable
1039     * @see Serializable     * @see Serializable
1040     */     */
1041    public static <T> Comparator<T> reverseOrder<T>()    public static <T> Comparator<T> reverseOrder()
1042    {    {
1043      return (Comparator<T>) rcInstance; // fixme?      return (Comparator<T>) rcInstance; // fixme?
1044    }    }

Legend:
Removed from v.1.28.2.2  
changed lines
  Added in v.1.28.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26