| java.util.ArrayList nextapp.echo2.app.util.ResizingArrayList
ResizingArrayList | public class ResizingArrayList extends ArrayList (Code) | | An ArrayList based collection which automatically increases and
decreases in size (by adding/removing trailing nulls) to allow the ability
to invoke add() and set() methods to store
values at indices beyond the current size of the collection.
|
|
|