Vector#toArray()
- From: "Allan Bruce" <amb@xxxxxxx>
- Date: Mon, 30 May 2005 11:14:59 +0100
I am trying to code my application to benefit from running on a parallel
machine but it is not any faster. I think I have some data which is too
synchronized so I am looking to avoid this. I have a Vector which stores
some data but I use toArray() to get the data as an Object []. I am pretty
sure that this will now be non-synchronized but I thought I would ask to
check - is it?
Thanks.
Allan
.
- Follow-Ups:
- Re: Vector#toArray()
- From: Patricia Shanahan
- Re: Vector#toArray()
- Prev by Date: Re: ";" after if statement??
- Next by Date: Creating key code protection for my application ?
- Previous by thread: report generation in java
- Next by thread: Re: Vector#toArray()
- Index(es):
Relevant Pages
|