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>>