Package rife.ioc

Class PropertyValueList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<PropertyValue>, Collection<PropertyValue>, List<PropertyValue>, RandomAccess

public class PropertyValueList extends ArrayList<PropertyValue>
An ordered list of property values.
Since:
1.0
See Also:
  • Constructor Details

    • PropertyValueList

      public PropertyValueList()
  • Method Details