hi,
according to the
sun api there is no add method for array list, which can add a number. If you already have a ArrayList of these 30 records and want to extract 10 of them to a new arraylist then may be
you should iterate the list containing 30 records and add the 10 records you need in a new list.But to do this, your records need to be indexed previously . Can you explain a little more about your problem...
[ October 15, 2008: Message edited by: John Robert ]