Package org.cristalise.kernel.property
Class PropertyArrayList
java.lang.Object
org.cristalise.kernel.utils.CastorArrayList<Property>
org.cristalise.kernel.property.PropertyArrayList
-
Field Summary
Fields inherited from class org.cristalise.kernel.utils.CastorArrayList
list -
Constructor Summary
ConstructorsConstructorDescriptionPropertyArrayList(List<Property> aList) Puts all Properties in order, so later ones with the same name overwrite earlier ones -
Method Summary
Methods inherited from class org.cristalise.kernel.utils.CastorArrayList
equals, hashCode
-
Constructor Details
-
PropertyArrayList
public PropertyArrayList() -
PropertyArrayList
Puts all Properties in order, so later ones with the same name overwrite earlier ones- Parameters:
aList- the list to initialise this list
-
-
Method Details
-
put
-
contains
-
get
-
merge
Merge properties- Parameters:
newProps- the new properties to be merged
-