Class PropertyArrayList

java.lang.Object
org.cristalise.kernel.utils.CastorArrayList<Property>
org.cristalise.kernel.property.PropertyArrayList

public class PropertyArrayList extends CastorArrayList<Property>
  • Constructor Details

    • PropertyArrayList

      public PropertyArrayList()
    • PropertyArrayList

      public PropertyArrayList(List<Property> aList)
      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

      public void put(Property p)
    • contains

      public boolean contains(String name)
    • get

      public Property get(String name)
    • merge

      public void merge(PropertyArrayList newProps)
      Merge properties
      Parameters:
      newProps - the new properties to be merged