public class RangeSelector extends GroupSelector
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
max |
(package private) int |
returned |
(package private) int |
skipped |
(package private) int |
start |
conservative, counts, next| Constructor and Description |
|---|
RangeSelector(int start,
int max) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(int group)
Process the next group
|
void |
reset(boolean conservative)
Reset the selector
|
String |
toString()
Get a string representation
|
flush, setCounts, setNextpublic void reset(boolean conservative)
GroupSelectorreset in class GroupSelectorpublic void process(int group)
GroupSelectorprocess in class GroupSelectorpublic String toString()
GroupSelectortoString in class GroupSelector