public abstract class AbstractIntCollector extends java.lang.Object implements IntCollector
IntCollector.Dummy
DUMMY
Constructor and Description |
---|
AbstractIntCollector() |
Modifier and Type | Method and Description |
---|---|
void |
addAll(int... values) |
void |
addAll(IntIterable iterable) |
void |
addAll(IntList values) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add
public void addAll(IntList values)
addAll
in interface IntCollector
public void addAll(IntIterable iterable)
addAll
in interface IntCollector
public void addAll(int... values)
addAll
in interface IntCollector