Class Streams.ArrayCollector<O>

  • All Implemented Interfaces:
    Collector<O,​List<O>,​O[]>
    Enclosing class:
    Streams

    @GwtIncompatible("incompatible class")
    public static class Streams.ArrayCollector<O>
    extends Object
    implements Collector<O,​List<O>,​O[]>