K - the map key type parameterV - the map value type parameterM - the map type parameterpublic class ConsumeIntoMap<K,V,M extends Map<K,V>> extends Object implements Function<Iterator<Pair<K,V>>,M>
| Constructor and Description |
|---|
ConsumeIntoMap(Supplier<M> supplier) |
Copyright © 2017. All rights reserved.