public class CollectionArrayList extends CastorArrayList<Collection<? extends CollectionMember>>
list| Constructor and Description |
|---|
CollectionArrayList() |
CollectionArrayList(ArrayList<Collection<? extends CollectionMember>> aList) |
| Modifier and Type | Method and Description |
|---|---|
void |
put(Collection<? extends CollectionMember> c)
This put method overwrites any collections with the same name already in
the list.
|
equals, hashCodepublic CollectionArrayList()
public CollectionArrayList(ArrayList<Collection<? extends CollectionMember>> aList)
public void put(Collection<? extends CollectionMember> c)
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.