public interface Collector
Modifier and Type | Interface and Description |
---|---|
static class |
Collector.Factory |
Modifier and Type | Method and Description |
---|---|
boolean |
more() |
Event |
peek() |
void |
pop() |
Event peek()
void pop()
boolean more()