public static final class Collector.NullSkipper<E,L> extends Collector<E,L>
Collector.ArrayListCollector<E>, Collector.NullSkipper<E,L>
Collector.NullSkipper(Collector<E,L> underlying)
void
add(E element)
L
finish()
static <E,L> Collector<E,L>
mk(Collector<E,L> underlying)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Collector.NullSkipper(Collector<E,L> underlying)
public static <E,L> Collector<E,L> mk(Collector<E,L> underlying)
public void add(E element)
add
Collector<E,L>
public L finish()
finish
Copyright © 2014. All rights reserved.