PropertyCollection
Inheritance: java.lang.Object
All Implemented Interfaces: java.lang.Iterable
public abstract class PropertyCollection<T> implements Iterable<T>
A base class of collection of properties.
T : The type of property.
Methods
Method | Description |
---|---|
iterator() | {@inheritDoc} |
iterator()
public final Iterator<T> iterator()
Returns: java.util.Iterator<T> - {@inheritDoc}