public interface DataSource
Resource
.Modifier and Type | Method and Description |
---|---|
default java.lang.Long |
getGuessTotal()
Returns the total count or the total as far as it is known.
|
default java.lang.Long |
getLimit()
Returns the limit of this datasource.
|
default java.lang.Long |
getOffset()
Returns the offset of this datasource.
|
java.util.Iterator<Resource> |
iterator()
Returns the data.
|
java.util.Iterator<Resource> iterator()
default java.lang.Long getOffset()
null
by default.null
when the offset is
unknown or not set.default java.lang.Long getLimit()
null
by default.null
when the offset is
unknown or not set.default java.lang.Long getGuessTotal()
null
by default.null
if it is not known."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"