java.util.Vector methods

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.

regards.

Received on Friday, 27 June 2003 00:10:58 UTC