Class DictionaryCollector<K,V>
java.lang.Object
org.apache.sling.testing.mock.osgi.DictionaryCollector<K,V>
- All Implemented Interfaces:
Collector<Map.Entry<K,
V>, Hashtable<K, V>, Dictionary<K, V>>
public class DictionaryCollector<K,V>
extends Object
implements Collector<Map.Entry<K,V>,Hashtable<K,V>,Dictionary<K,V>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.stream.Collector
Collector.Characteristics
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DictionaryCollector
-
-
Method Details
-
supplier
-
accumulator
-
combiner
-
finisher
-
characteristics
-