T
- the type of objects being processedpublic class JSONArrayCollector<T> extends Object implements java.util.stream.Collector<T,org.json.JSONArray,org.json.JSONArray>
java.util.stream.Collector.Characteristics
Constructor and Description |
---|
JSONArrayCollector() |
Modifier and Type | Method and Description |
---|---|
java.util.function.BiConsumer<org.json.JSONArray,T> |
accumulator() |
Set<java.util.stream.Collector.Characteristics> |
characteristics() |
java.util.function.BinaryOperator<org.json.JSONArray> |
combiner() |
java.util.function.Function<org.json.JSONArray,org.json.JSONArray> |
finisher() |
java.util.function.Supplier<org.json.JSONArray> |
supplier() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
of, of
public java.util.function.Supplier<org.json.JSONArray> supplier()
supplier
in interface java.util.stream.Collector<T,org.json.JSONArray,org.json.JSONArray>
public java.util.function.BiConsumer<org.json.JSONArray,T> accumulator()
accumulator
in interface java.util.stream.Collector<T,org.json.JSONArray,org.json.JSONArray>
public java.util.function.BinaryOperator<org.json.JSONArray> combiner()
combiner
in interface java.util.stream.Collector<T,org.json.JSONArray,org.json.JSONArray>
public java.util.function.Function<org.json.JSONArray,org.json.JSONArray> finisher()
finisher
in interface java.util.stream.Collector<T,org.json.JSONArray,org.json.JSONArray>
public Set<java.util.stream.Collector.Characteristics> characteristics()
characteristics
in interface java.util.stream.Collector<T,org.json.JSONArray,org.json.JSONArray>
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.