public final class CustomCollectors extends Object
| Constructor and Description |
|---|
CustomCollectors() |
| Modifier and Type | Method and Description |
|---|---|
static <T,K,V> Collector<T,?,LinkedHashMap<K,V>> |
toLinkedMap(Function<? super T,? extends K> keyMapper,
Function<? super T,? extends V> valueMapper) |
public CustomCollectors()
public static <T,K,V> Collector<T,?,LinkedHashMap<K,V>> toLinkedMap(Function<? super T,? extends K> keyMapper, Function<? super T,? extends V> valueMapper)
1.1.27 - Copyright © 2018 Talend Component Kit Documentation