classpath-patches
[Top][All Lists]
Advanced

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

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


From: Tom Tromey
Subject: Re: [cp-patches] Patch: Boolean.compareTo(Boolean) implemented
Date: 07 Nov 2005 12:36:18 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Tony" == Anthony Balkissoon <address@hidden> writes:

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

This is ok.

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

No, as Stuart says it is a bridge method.  In 1.5, and on the
generics branch, this Boolean implements Comparable<Boolean>.

Tom




reply via email to

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