public interface IDfModifiableResultsSet extends IDfResultsSet
Modifier and Type | Method and Description |
---|---|
void |
add(IDfResultEntry entry)
Adds an entry at the end of this set.
|
IDfResultsSet |
sort(java.lang.String attributeName,
boolean ascend,
java.lang.String locale)
Returns a sorted set.
|
IDfResultsSet |
subset(int from)
Gets a subset of this results set based on a beginning index.
|
IDfResultsSet |
subset(int from,
int to)
Gets a subset of this results set based on a beginning and ending index.
|
getResult, getResultAt, getResultByKey, next, reset, size
void add(IDfResultEntry entry)
IDfResultsSet sort(java.lang.String attributeName, boolean ascend, java.lang.String locale)
IDfResultsSet subset(int from, int to)
from
- The beginning index (inclusive).to
- The ending index (exclusive).IDfResultsSet subset(int from)
from
- The beginning index (inclusive).Copyright 1994-2023 OpenText Corporation. All rights reserved.