----- Original Message ----- From: "Diane Holt" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 17:43 Subject: [OT] Java vector question
> (Sorry to bug the list, but you're the only Java people I know :) > > If I have a Vector v, and I stuff some elements into it (I know they get > in there, because I can print them out with v.firstElement() and > v.lastElement()), shouldn't I be able to get the total number of elements > from v.elementCount? > public int size() Returns the number of components in this vector. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
