Generated by
JDiff

Interface org.springframework.beans.PropertyValues

Added interface java.lang.Iterable.

Added Methods
Iterator<PropertyValue> iterator() Return an Iterator over the property values.
Spliterator<PropertyValue> spliterator() Return a Spliterator over the property values.
Stream<PropertyValue> stream() Return a sequential Stream containing the property values.