Create a new FetchResultImpl instance
the datatype of the results
the results
Are there more results
The list of topic results
Indicates whether the fetch could have returned more results if it had not been constrained by the first, last or maximumResultSize limits.
true
if more results could have been returned,
otherwise false
Returns true
if the result contains zero elements.
true if result list is empty
Returns the results from the fetch operation.
Results are always returned in path order.
a list of TopicResults, each representing a result single topic selected by the fetch operation.
The number of elements in the fetch result.
the size of the results list
Implementation of the FetchResult interface