Package com.aspose.tasks
Class PropertyCollection<T>
- java.lang.Object
-
- com.aspose.tasks.PropertyCollection<T>
-
- 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.
T
: The type of property.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<T>
iterator()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-