repo1.maven.org$maven2@org.springframework$spring-beans@1.2.1
repo1.maven.org$maven2@org.springframework$spring-beans@1.2.1@org$springframework$beans$PropertyValues.java
file
oh
o
[]
package org.springframework.beans;
Object containing 0 or more PropertyValue objects comprising one update.
Return an array of the PropertyValue objects held in this object.
Return the property value with the given name, if any.
- Parameters:
propertyName the name to search for- Returns:
- the property value, or null
Is there a property value for this property?
- Parameters:
propertyName the name of the property we're interested in- Returns:
- whether there is a property value for this property
Return the changes since the previous PropertyValues.
Subclasses should also override
equals.