classpath
[Top][All Lists]
Advanced

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

Re: String question


From: Mark Wielaard
Subject: Re: String question
Date: 05 Aug 2003 21:22:16 +0200

Hi,

On Tue, 2003-08-05 at 13:26, Jeroen Frijters wrote:
> Would anyone mind if I made the
> java.lang.String.CaseInsensitiveComparator inner class non-private (i.e.
> make it package accessible)?

I think this is OK. But make sure that you mark the class final so VMs
can still optimize it. And document clearly why this is necessary (and
not just - IKVM.NET needs this), otherwise someone will probably make it
private again in the future.

Cheers,

Mark




reply via email to

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