Re: question
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 26 Sep 2007 22:04:39 GMT
On Wed, 26 Sep 2007 11:57:18 +0200, Daniel Moyne <dmoyne@xxxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :
clonableDataList= new ArrayList<String>();
but I still do not understand what this line is actually doing in the first
loop ?
It creates a new ArrayList object which contains an array, and a
counter of how many elements have been put in it so far. So it is a
collection of pointers to Strings.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- [Map<Integer,ArrayList<String>>]question
- From: Daniel Moyne
- Re: question
- From: Peter F
- Re: question
- From: Daniel Moyne
- [Map<Integer,ArrayList<String>>]question
- Prev by Date: Re: ANT FTP task Does not work
- Next by Date: Re: question
- Previous by thread: Re: question
- Next by thread: Re: [Map<Integer,ArrayList<String>>]question
- Index(es):
Relevant Pages
|