public abstract class PropertyCollection<T> extends Object implements Iterable<T>
A base class of collection of properties.
T
: The type of property.
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
iterator() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator