Re: Splitting Vector into smalller sub-Vectors
- From: "Boudewijn Dijkstra" <usenet@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 26 May 2005 12:01:36 +0200
"Allan Bruce" <amb@xxxxxxx> schreef in bericht
news:KJ6dne1FloMoCgjfRVnytg@xxxxxxxxxxxx
> Is it possible to efficiently split a large Vector into smaller sub-Vectors
> without iterating through it and adding the Objects to the sub-Vectors? If
> not, is there a collection which allows this? I dont need random access, I
> am just adding blindly to a single collection, then want to split it up at
> the end.
java.util.List#subList(int,int)
.
- Follow-Ups:
- Re: Splitting Vector into smalller sub-Vectors
- From: Allan Bruce
- Re: Splitting Vector into smalller sub-Vectors
- References:
- Splitting Vector into smalller sub-Vectors
- From: Allan Bruce
- Splitting Vector into smalller sub-Vectors
- Prev by Date: Re: static or not?
- Next by Date: Re: static member question
- Previous by thread: Splitting Vector into smalller sub-Vectors
- Next by thread: Re: Splitting Vector into smalller sub-Vectors
- Index(es):