public static class MetroCollector.NullCollector<T> extends java.lang.Object implements MetroCollector<T>
MetroCollector.Default<T>, MetroCollector.NullCollector<T>NULL| Constructor and Description |
|---|
NullCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T value) |
java.util.List<T> |
get() |
public java.util.List<T> get()
get in interface MetroCollector<T>public void add(T value)
add in interface MetroCollector<T>