public interface FeatureIndexResults extends Iterable<FeatureRow>
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the results
|
long |
count()
Get the count of results
|
Iterable<Long> |
ids()
Iterable for iterating over feature ids in place of feature rows
|
forEach, iterator, spliterator