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, setNext
public void reset(boolean conservative)
GroupSelector
reset
in class GroupSelector
public void process(int group)
GroupSelector
process
in class GroupSelector
public String toString()
GroupSelector
toString
in class GroupSelector