public abstract class AbstractDataSource extends java.lang.Object implements DataSource
DataSource interface. Implementor
of DataSource is encouraged to extend this class to ensure to always
be able to support new methods that might be introduced in the
DataSource in the future.| Constructor and Description |
|---|
AbstractDataSource() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Resource> |
iterator()
Returns the data.
|
public java.util.Iterator<Resource> iterator()
DataSourceiterator in interface DataSource"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"