[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Comparable in java.util.Calendar
From: |
Tom Tromey |
Subject: |
Re: Comparable in java.util.Calendar |
Date: |
Fri, 25 Nov 2005 10:34:13 -0700 |
>>>>> "Kendall" == Kendall Bell <address@hidden> writes:
Kendall> I would like to implement Comparable in
Kendall> java.util.Calendar.java. I fell that this is necessary for
Kendall> compatibility with other JRE's.
Note that this is already done on the generics branch.
But I think it wouldn't hurt anything to also do it on the trunk.
Tom