18192021222324
public class PropositionCountQuerier<T, K> extends TrieQuerier<T, K, DataNode> { public PropositionCountQuerier(Iterator<T> values, RecordExtractor<T, K> extractor, KeyMapper<K> mapper) { super(values, extractor, mapper, new DataAddStrat()); }