This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Hashtable contains/remove and null


Mark Wielaard wrote:

>2002-04-07  Mark Wielaard <mark@klomp.org>
>
>        * java/util/Hashtable.java (contains): Remove NullPointer check.
>        (containsValue): Use value.equals() directly. Add NullPointer
>        check when not found.
>        (remove): Always throw NullPointerException when key is null.
>

Looks fine.

Thanks,

Bryce.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]