Java org.springframework.beans PropertyValues fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans PropertyValues fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans PropertyValues.

The text is from its open source code.

Implementation

org.springframework.beans.PropertyValues has the following implementations.
Click this link to see all its implementation.

Method

booleancontains(String propertyName)
Is there a property value (or other processing entry) for this property?
PropertyValuegetPropertyValue(String propertyName)
Return the property value with the given name, if any.
PropertyValue[]getPropertyValues()
Return an array of the PropertyValue objects held in this object.
booleanisEmpty()
Does this holder not contain any PropertyValue objects at all?