classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: Boolean.compareTo(Boolean) implemented


From: Anthony Balkissoon
Subject: [cp-patches] Patch: Boolean.compareTo(Boolean) implemented
Date: Mon, 07 Nov 2005 12:04:12 -0500

JAPI pointed out that this method (@since 1.5) wasn't implemented so I
wrote it.

JAPI also said that Boolean.compareTo(Object) is missing, but I don't
believe that's actually in the JDK library.  It's not in the specs and a
testcase I wrote using it doesn't compile. JAPI problem?

2005-11-07  Anthony Balkissoon  <address@hidden>

        * java/lang/Boolean.java:
        (compareTo(Boolean)): New API method.

--Tony

Attachment: BooleanCompareTo.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]