Re: java.util.Vector methods

On Fri, 2003-06-27 at 00:10, Bjoern Hoehrmann wrote:
> Hi,
> 
>   When porting the CSS Validator to J# I found that J# does not support
> several java.util.Vector methods used by the validator, .add, .remove
> and .clear. These should be replaced by .addElement, .removeElement and
> .removeAllElements which are also supported by recent Java SDKs. Thanks.

but not supported in older versions of Java SDKs... It would be nice to
stay compatible with Java 1.1 or Java 1.2.

Philippe

Received on Thursday, 3 July 2003 09:24:00 UTC