public class PropertyArrayList extends CastorArrayList<Property>
list| Constructor and Description |
|---|
PropertyArrayList() |
PropertyArrayList(ArrayList<Property> aList)
Puts all Properties in order, so later ones with the same name overwrite earlier ones
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String name) |
Property |
get(String name) |
void |
merge(PropertyArrayList newProps)
Merge properties
|
void |
put(Property p) |
equals, hashCodepublic void put(Property p)
public boolean contains(String name)
public void merge(PropertyArrayList newProps)
newProps - the new properties to be mergedCopyright © 1997–2019 CRISTAL-iSE. All rights reserved.