Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #9567
| From | spk <jhic@speak.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: iteration blues |
| Followup-To | comp.lang.java.programmer |
| Date | 2011-11-05 07:48 -0400 |
| Organization | J Code |
| References | <a84ab4cf-a960-4783-a955-0718438dab63@bq8g2000vbb.googlegroups.com> <j8ud9f$1n4$1@dont-email.me> <17339425.78.1320337927868.JavaMail.geo-discussion-forums@prms22> <4eb48ac4$0$286$14726298@news.sunsite.dk> |
| Message-ID | <4eb5226e$0$4743$c3e8da3$ff958fdc@news.astraweb.com> (permalink) |
Followups directed to: comp.lang.java.programmer
<4eb48ac4$0$286$14726298@news.sunsite.dk>,Arne Vajhøj <arne@vajhoej.dk>,
wrote:
>On 11/3/2011 12:32 PM, Lew wrote:
>> Knute Johnson wrote:
>>> bob wrote:
>>>> So, I wrote this code for some particle effects:
>>>>
>>>> package com.coolfone.particles;
>>>>
>>>> import java.util.Iterator;
>>>> import java.util.Vector;
>>>>
>>>> import javax.microedition.khronos.opengles.GL10;
>>>>
>>>> public class FireManager {
>>>> static Vector<Particle> particles = new Vector<Particle>();
>
>> Why use 'Vector', then? Isn't 'ArrayList' available in that environment?
>
>I believe ArrayList is available for ME CDC but not for ME CLDC.
>
>But Iterator is also only available for CDC, so ArrayList
>should be there.
>
>> I doubt that the synchronization inherent in 'Vector' will tie up too much time, but there's no noeed for it, is there? Aren't other 'List' implementations available? In the desktop world 'Vector' has been obsolete since 1998.
>>
>> 1998!
>>
>> Since Java 1.2!
>>
>> Thirteen years! That's 91 years in software years ("dog years").
>
>For ME it is not so much a matter of years but of profile/config.
>
>Arne
>
how come seen to brains fallow sense?
Derbyshire codes yo ass. Period [hic]
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
iteration blues bob <bob@coolgroups.com> - 2011-11-03 08:37 -0700
Re: iteration blues Knute Johnson <nospam@knutejohnson.com> - 2011-11-03 08:51 -0700
Re: iteration blues Lew <lewbloch@gmail.com> - 2011-11-03 09:32 -0700
Re: iteration blues Arne Vajhøj <arne@vajhoej.dk> - 2011-11-04 21:00 -0400
Re: iteration blues spk <jhic@speak.invalid> - 2011-11-05 07:48 -0400
Re: iteration blues Henk van Voorthuijsen <voorth@xs4all.nl> - 2011-11-03 09:31 -0700
Re: iteration blues Lew <lewbloch@gmail.com> - 2011-11-03 13:50 -0700
Re: iteration blues Henk van Voorthuijsen <voorth@xs4all.nl> - 2011-11-04 08:07 -0700
Re: iteration blues Arne Vajhøj <arne@vajhoej.dk> - 2011-11-04 21:02 -0400
Re: iteration blues Roedy Green <see_website@mindprod.com.invalid> - 2011-11-03 10:08 -0700
Re: iteration blues Travers Naran <tnaran@gmail.com> - 2011-11-03 22:22 -0700
Re: iteration blues Robert Klemme <shortcutter@googlemail.com> - 2011-11-04 10:34 +0100
Re: iteration blues Lew <lewbloch@gmail.com> - 2011-11-04 10:46 -0700
Re: iteration blues Robert Klemme <shortcutter@googlemail.com> - 2011-11-04 23:55 +0100
Re: iteration blues Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-11-04 21:06 -0400
Re: iteration blues Lew <lewbloch@gmail.com> - 2011-11-04 20:30 -0700
Re: iteration blues bob <bob@coolgroups.com> - 2011-11-05 12:40 -0700
Re: iteration blues Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-11-05 16:14 -0400
Re: iteration blues Lew <lewbloch@gmail.com> - 2011-11-05 13:41 -0700
Re: iteration blues bob <bob@coolgroups.com> - 2011-11-04 13:42 -0700
csiph-web