public interface MetroCollector<T>
Modifier and Type | Interface and Description |
---|---|
static class |
MetroCollector.Default<T> |
static class |
MetroCollector.NullCollector<T> |
Modifier and Type | Field and Description |
---|---|
static MetroCollector |
NULL |
Modifier and Type | Method and Description |
---|---|
void |
add(T value) |
java.util.List<T> |
get() |
static final MetroCollector NULL