Class PropertyCollection<T>

  • Type Parameters:
    T - The type of property.
    All Implemented Interfaces:
    Iterable<T>
    Direct Known Subclasses:
    PropertyKeyedCollection

    public abstract class PropertyCollection<T>
    extends Object
    implements Iterable<T>

    A base class of collection of properties.