public class UnionSelector extends GroupSelector
Modifier and Type | Field and Description |
---|---|
(package private) GroupSelector[] |
selectors |
conservative, counts, next
Constructor and Description |
---|
UnionSelector(GroupSelector[] selectors) |
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flush any remaining queued groups
|
void |
process(int group)
Process the given group.
|
void |
reset(boolean conservative)
Reset the selector
|
void |
setCounts(GroupCounts counts)
Set the counts to be used
|
String |
toString()
Get a string representation
|
setNext
GroupSelector[] selectors
public UnionSelector(GroupSelector[] selectors)
public void setCounts(GroupCounts counts)
setCounts
in class GroupSelector
public void reset(boolean conservative)
reset
in class GroupSelector
public void process(int group)
process
in class GroupSelector
public void flush()
flush
in class GroupSelector
public String toString()
GroupSelector
toString
in class GroupSelector